What Is the Quick Ratio?
The quick ratio is a liquidity metric that measures whether a company can pay its short-term liabilities using only its most liquid assets. It is sometimes called the acid-test ratio. It answers a pointed question: if bills came due now, could the business cover them without having to sell inventory? Because it excludes inventory, which can be slow to convert to cash, the quick ratio is a stricter measure of short-term financial health than the broader current ratio.
It is a standard figure in financial reporting and analysis, watched by finance teams, lenders, and investors as a quick read on a company’s ability to meet near-term obligations.
How the Quick Ratio Is Calculated
The quick ratio divides the most liquid assets by current liabilities. The liquid assets are typically cash and cash equivalents, marketable securities, and accounts receivable, the assets that can become cash quickly. Inventory and prepaid expenses are left out, because turning them into cash takes time and is not guaranteed.
Quick Ratio = (Cash + Marketable Securities + Accounts Receivable) / Current Liabilities
Worked example:
- Cash and marketable securities: $500,000
- Accounts receivable: $800,000
- Current liabilities: $1,000,000
- Quick ratio: (500,000 + 800,000) / 1,000,000 = 1.3
A result of 1.3 means the company holds $1.30 of liquid assets for every $1.00 of short-term liabilities.
The Quick Ratio in Power BI (DAX)
The exact measure depends on how your balance sheet accounts are modeled. The pattern below is generic; replace the table, column, and class names with the ones in your model:
Liquid Assets = [Cash] + [Marketable Securities] + [Accounts Receivable]
Current Liabilities = CALCULATE ( [Account Balance], Accounts[Class] = "Current Liability" )
Quick Ratio = DIVIDE ( [Liquid Assets], [Current Liabilities] )
DIVIDE returns a blank instead of an error when current liabilities are zero. Each bracketed measure sums the matching accounts.
What Is a Good Quick Ratio?
A quick ratio of 1.0 means liquid assets exactly cover short-term liabilities. Above 1.0 suggests comfortable short-term liquidity; below 1.0 suggests the company could not cover current liabilities from liquid assets alone. As with any ratio, the right level varies by industry, and the trend over time often says more than any single reading. A ratio drifting down period after period is worth attention even when it is still above 1.0.
The Quick Ratio vs the Current Ratio
The quick ratio and the current ratio both measure short-term liquidity, and the difference is inventory. The current ratio includes all current assets, inventory among them; the quick ratio excludes inventory to focus on what can be turned to cash fast. For a business with a lot of inventory, the two ratios can diverge meaningfully, and the quick ratio gives the more conservative view.
Which matters more depends on the business and the question. For a quick, strict read on whether near-term bills can be met, the quick ratio is the sharper tool.
Reporting the Quick Ratio Reliably
Calculating the quick ratio is simple arithmetic; the hard part is sourcing accurate, current numbers, and doing it consistently. The inputs, cash, receivables, current liabilities, come from the balance sheet, which is built from the general ledger, the subject of balance sheet reporting. For a single entity that is straightforward; across multiple entities or currencies, producing a consistent quick ratio means consolidating balances correctly first.
Tracking the quick ratio over time, and alongside other liquidity and performance measures, is where it becomes useful for decisions rather than a number in a report. That calls for the metric to be calculated the same way every period, on data that ties back to the books, which is a function of the foundation underneath the reporting.
Frequently Asked Questions
What is the quick ratio?
It is a liquidity metric measuring whether a company can cover its short-term liabilities using only its most liquid assets, cash, marketable securities, and receivables, excluding inventory. It is also called the acid-test ratio.
How do you calculate the quick ratio?
Divide liquid assets (cash, marketable securities, and accounts receivable) by current liabilities. A company with $1.3M in liquid assets and $1.0M in current liabilities has a quick ratio of 1.3.
What is the difference between the quick ratio and the current ratio?
Both measure short-term liquidity; the difference is inventory. The current ratio includes inventory among current assets, while the quick ratio excludes it to focus on assets that convert to cash quickly, giving a stricter, more conservative view.
What is a good quick ratio?
A quick ratio of 1.0 means liquid assets exactly cover short-term liabilities, and above 1.0 generally indicates comfortable liquidity. The right level varies by industry, and the trend over time usually matters more than a single reading.
The Quick Ratio and QuickLaunch’s Approach
QuickLaunch Analytics builds the governed financial foundation that makes metrics like the quick ratio consistent and trustworthy, calculated the same way each period, on consolidated data that ties back to the general ledger. Finance gains liquidity measures it can track over time and across entities with confidence, on a foundation refined across 250+ enterprise implementations.