What Is The High Low Method In Accounting

10 min read

Introduction

In the world of bookkeeping and financial analysis, the high‑low method is a simple yet powerful technique used to estimate the behavior of mixed costs. Now, mixed costs contain both a fixed component (costs that remain constant regardless of activity) and a variable component (costs that change in direct proportion to activity). By examining the highest and lowest levels of activity and the associated total costs, accountants can quickly separate these two elements and create a cost‑volume relationship that serves as a foundation for budgeting, forecasting, and decision‑making.

Not the most exciting part, but easily the most useful The details matter here..

This article explains what the high‑low method is, walks you through the step‑by‑step calculation, illustrates its use with real‑world examples, discusses the underlying theory, highlights common pitfalls, and answers the most frequently asked questions. Whether you are a student encountering the concept for the first time or a seasoned manager looking for a refresher, the guide below will give you a clear, comprehensive understanding of the high‑low method and how to apply it effectively.


Detailed Explanation

What the high‑low method actually does

At its core, the high‑low method splits a mixed cost into its fixed and variable parts by using only two data points: the period with the highest activity level and the period with the lowest activity level. The assumption is that the variable cost per unit stays constant across the range of activity, while the fixed cost remains unchanged. By calculating the slope (the variable cost per unit) between the two extreme points, the method isolates the fixed cost as the intercept of the cost line Less friction, more output..

Why accountants rely on it

Mixed costs appear everywhere—utility bills, manufacturing overhead, maintenance expenses, and sales commissions. Consider this: precise cost behavior analysis often requires regression analysis or sophisticated software, but those tools may be unavailable in small businesses or during quick managerial reviews. That said, the high‑low method offers a fast, transparent, and easily auditable way to obtain a reasonable estimate without complex statistical procedures. Its simplicity makes it an ideal teaching tool for introductory accounting courses and a handy shortcut for practitioners.

Limitations to keep in mind

Because the method uses only two observations, it is sensitive to outliers or irregularities in the data. If the highest or lowest activity period includes unusual events (e.On the flip side, g. , a one‑time repair, a seasonal promotion, or a production glitch), the resulting cost estimates can be distorted. Also worth noting, the method assumes a linear relationship between cost and activity, which may not hold for all cost drivers. Recognizing these constraints helps users decide when a more dependable analysis, such as the least‑squares regression, is warranted.


Step‑by‑Step or Concept Breakdown

Step 1 – Gather the data

Collect a series of observations that include:

  • Activity level (e.g., machine hours, units produced, labor hours).
  • Total mixed cost incurred for each corresponding activity level.

A typical data set might span several months or quarters, providing enough variation to identify clear high and low points.

Step 2 – Identify the high and low points

From the data set, locate:

  • The highest activity level and its associated total cost.
  • The lowest activity level and its associated total cost.

If there are ties (multiple periods with the same highest or lowest activity), use the period with the most typical cost pattern, or average the costs for those tied periods.

Step 3 – Compute the variable cost per unit

Use the formula:

[ \text{Variable Cost per Unit} = \frac{\text{Cost}{\text{high}} - \text{Cost}{\text{low}}}{\text{Activity}{\text{high}} - \text{Activity}{\text{low}}} ]

The numerator represents the change in total cost, while the denominator reflects the change in activity. Which means the quotient is the slope of the cost line, i. Which means e. , the cost that varies with each additional unit of activity.

Step 4 – Determine the fixed cost

Once the variable cost per unit is known, plug it into either the high or low observation to solve for the fixed component:

[ \text{Fixed Cost} = \text{Total Cost}{\text{high}} - (\text{Variable Cost per Unit} \times \text{Activity}{\text{high}}) ]

Because the fixed cost does not change with activity, the same value will be obtained if you use the low observation (subject to rounding differences).

Step 5 – Formulate the cost equation

The final cost behavior equation takes the familiar linear form:

[ \text{Total Cost} = \text{Fixed Cost} + (\text{Variable Cost per Unit} \times \text{Activity}) ]

This equation can now be used for budgeting, break‑even analysis, or scenario planning And that's really what it comes down to..

Step 6 – Validate the estimate

Compare the estimated total cost against the actual costs for the intermediate activity levels in your data set. Large discrepancies may indicate that the high‑low points are not representative, prompting a review or a switch to regression analysis.


Real Examples

Example 1 – Manufacturing overhead

A small furniture workshop records the following monthly data for machine hours and total overhead costs:

Month Machine Hours (Activity) Total Overhead Cost
Jan 1,200 $28,000
Feb 1,800 $34,000
Mar 2,400 $40,000
Apr 3,000 $46,000
May 3,600 $52,000

Step 1‑2: Highest activity = 3,600 hours, cost = $52,000.
Lowest activity = 1,200 hours, cost = $28,000 And it works..

Step 3:

[ \text{Variable Cost per Hour} = \frac{52,000 - 28,000}{3,600 - 1,200} = \frac{24,000}{2,400} = $10 \text{ per hour} ]

Step 4:

[ \text{Fixed Cost} = 52,000 - (10 \times 3,600) = 52,000 - 36,000 = $16,000 ]

Cost equation:

[ \text{Total Overhead} = 16,000 + 10 \times (\text{Machine Hours}) ]

Using this equation, if the workshop plans to run 2,800 machine hours next month, the projected overhead would be

[ 16,000 + 10 \times 2,800 = $44,000. ]

Example 2 – Utility expense for a retail store

A boutique tracks electricity usage (kilowatt‑hours) and the corresponding monthly electricity bill:

Month kWh Used Electricity Bill
Jan 4,500 $1,350
Feb 5,200 $1,540
Mar 6,800 $1,880
Apr 3,900 $1,210
May 7,300 $2,030

Highest usage = 7,300 kWh, cost = $2,030.
Lowest usage = 3,900 kWh, cost = $1,210 Simple, but easy to overlook..

Variable cost per kWh:

[ \frac{2,030 - 1,210}{7,300 - 3,900} = \frac{820}{3,400} \approx $0.241 \text{ per kWh} ]

Fixed cost:

[ 2,030 - (0.241 \times 7,300) \approx 2,030 - 1,759 = $271 ]

Thus, the electricity expense can be modeled as

[ \text{Bill} = 271 + 0.241 \times (\text{kWh}) ]

If the store expects to use 5,500 kWh next month, the estimated bill is

[ 271 + 0.241 \times 5,500 \approx $1,605. ]

These examples demonstrate how the high‑low method transforms raw data into a usable cost model that supports planning and control.


Scientific or Theoretical Perspective

The high‑low method rests on the linear cost function concept, a cornerstone of managerial accounting theory. The general mixed‑cost equation is:

[ C = F + V \times X ]

where

  • (C) = total cost,
  • (F) = fixed cost (intercept),
  • (V) = variable cost per unit (slope),
  • (X) = activity level (independent variable).

Statistically, the method approximates the least‑squares regression line using only the two extreme observations. In regression terms, the slope is calculated as

[ \beta_1 = \frac{\sum (X_i - \bar{X})(C_i - \bar{C})}{\sum (X_i - \bar{X})^2}, ]

but the high‑low method replaces the summations with a single difference between the highest and lowest points. Now, while this shortcut reduces computational effort, it sacrifices the statistical efficiency of ordinary least squares (OLS). OLS minimizes the sum of squared residuals across all observations, delivering unbiased estimates when the linearity assumption holds. The high‑low method, by contrast, can be biased if the extreme points are not representative.

Even so, the method’s deterministic nature makes it attractive for quick managerial decisions where speed outweighs precision. It also serves pedagogically to illustrate the relationship between fixed and variable costs before introducing more advanced statistical tools.


Common Mistakes or Misunderstandings

  1. Using non‑extreme points – Some practitioners mistakenly pick any two data points rather than the true highest and lowest activity levels. This defeats the purpose of the method and yields inaccurate cost components.

  2. Ignoring outliers – If the highest or lowest observation includes an atypical expense (e.g., a one‑time equipment purchase), the variable cost per unit will be overstated or understated. Always review the raw data for irregularities before applying the method.

  3. Assuming the variable cost is always positive – In rare cases, economies of scale can cause the variable cost per unit to decline as activity rises, leading to a negative slope if the high‑low points are not chosen carefully. This signals that a linear model may be inappropriate.

  4. Treating the result as exact – The high‑low method provides an estimate, not a precise measurement. Relying on it for high‑stakes financial statements without validation can be risky. Use it as a baseline and, when possible, corroborate with regression analysis or additional data Practical, not theoretical..

  5. Confusing total cost with cost per unit – After calculating the variable cost per unit, some users forget to add the fixed cost when projecting total cost, resulting in under‑estimation. Always reconstruct the full equation before applying it to new activity levels Not complicated — just consistent..


FAQs

1. When should I prefer the high‑low method over regression analysis?

The high‑low method is ideal when you need a quick estimate, have a small data set, or lack statistical software. It works well for preliminary budgeting, teaching concepts, or when the data set is clean and the extreme points are typical. For formal financial reporting or when accuracy is critical, regression analysis is preferable.

2. Can the high‑low method be used for more than one cost driver?

The classic high‑low technique assumes a single activity driver (e.g., machine hours). If multiple drivers influence the mixed cost, the method becomes inadequate. In such cases, a multivariate regression or activity‑based costing (ABC) approach should be employed No workaround needed..

3. What if the highest and lowest activity levels are the same?

If the data set contains identical activity levels with different costs, the method cannot compute a variable cost per unit because the denominator becomes zero. This situation indicates that the cost may be purely fixed or that the activity measure is not the correct driver. Re‑examine the data or select a different driver It's one of those things that adds up..

4. How do I handle seasonal businesses where activity fluctuates dramatically?

Seasonality can cause the high and low points to be seasonally distorted (e.g., holiday spikes). To mitigate this, you can apply the high‑low method within each season or use a seasonally adjusted activity measure. Alternatively, gather enough data across multiple years to smooth out seasonal effects before selecting extremes.

5. Is the high‑low method applicable to service industries?

Yes, as long as you can identify a measurable activity driver (e.g., number of service calls, labor hours, or billable units). Service firms often use the method to estimate costs like telephone expenses, travel allowances, or support staff overhead Small thing, real impact. That's the whole idea..


Conclusion

The high‑low method offers a straightforward, transparent way to dissect mixed costs into their fixed and variable components by leveraging only the most extreme observations in a data set. Its step‑by‑step calculation—identifying the highest and lowest activity levels, computing the variable cost per unit, and extracting the fixed cost—produces a linear cost equation that can be instantly applied to budgeting, forecasting, and decision analysis. While the method’s simplicity is its greatest strength, users must remain vigilant about outliers, linearity assumptions, and the fact that the results are estimates, not exact figures No workaround needed..

By mastering the high‑low method, accountants, managers, and students gain a valuable analytical tool that bridges basic cost concepts with more sophisticated statistical techniques. Whether you are planning production runs, estimating utility expenses, or teaching cost behavior fundamentals, the high‑low method equips you with a quick, reliable snapshot of how costs respond to changes in activity—empowering smarter, data‑driven financial decisions.

You'll probably want to bookmark this section That's the part that actually makes a difference..

Out This Week

New and Fresh

Related Territory

Other Angles on This

Thank you for reading about What Is The High Low Method In Accounting. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home