> For the complete documentation index, see [llms.txt](https://help.paintscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.paintscout.com/support/customization/pricing-and-rates/how-to-calculate-your-hourly-rate.md).

# Calculate Your Hourly Rate

{% embed url="<https://www.youtube.com/watch?v=WUYYdCncWmk>" %}

## Guide to determining your hourly rate

There is not a one-size-fits-all solution when it comes to pricing a painting project. Your company is unique, and therefore you need to understand what price is right for **your** business.

To do this, you would need to know what costs your business has and how much profit you would like to make. One of the easiest and most accurate ways of doing this is by:

* Understanding the **hourly rate** you need to charge (including or excluding materials)
* Using this with a **production rate estimating system**. [Learn more >](/support/customization/pricing-and-rates/introduction-to-production-rate-estimation.md)

When you follow this approach, you'll gain valuable insights into the project's duration, ensuring accurate production planning. It'll also help you set the right pricing to ensure consistent profitability for your company.

$$
\text{Your Hourly Rate} = \frac{\text{Average hourly direct labor wage} + \text{P\&S (Paint & Sundries) average hourly rate} + \text{Overhead average hourly rate}}{1 - \text{your desired profit margin %}}
$$

{% stepper %}
{% step %}
**Average hourly direct labor wage**

The average hourly direct labor wage is the average price paid per hour to your production team. Include employer contributions for payroll taxes, employment insurance, paid time-off, and other benefits.

**Do not** include staff not directly producing the project (sales, admin, management).

1. List all your painters and how much you pay them per hour.
2. Take the average of these rates to find your **average hourly rate**.

As an example, your company has 3 painters with varying skills, responsibilities, and wages:

| Name      | Wage/hour  |
| --------- | ---------- |
| Jake      | $18.50     |
| Sam       | $22.00     |
| Anna      | $24.00     |
| **Total** | **$64.50** |

$$
\text{Average Wage} = \frac{$64.50}{3 \text{ painters}} = $21.50/\text{hr}
$$

The average wage for this company is $21.50 per hour
{% endstep %}

{% step %}
**Average paint and sundries (P\&S) spend per hour**

This is the amount you are paying per hour on average for paint and sundries (small tools, supplies etc). You can include this in your hourly wage or add paint and sundries on a project-to-project basis.

To get this number, you will need to consult your financial statements.

1. Take your P\&S spend for the longest period you have accurate historical financial information for.
2. Divide that by the number of hours worked by your painting team (only painters producing projects) in that same period.

For example, in the last 3 months, you spent $13,932 on P\&S. Your painters worked 1,440 hours in that period.

$$
\text{Average P\&S per hour} = \frac{$13{,}932}{1{,}440 \text{ hours}} = $9.68/\text{hr}
$$
{% endstep %}

{% step %}
**Average overhead cost per hour**

{% hint style="info" %}
To do this calculation, refer to your financial statements for the same period you used to calculate your paint and sundries average hourly rate.
{% endhint %}

This calculation will give you the total cost per hour you need to charge to cover your overhead.

1. Start by combining all of your overhead costs - including payroll for all staff that are not directly involved in the production of the projects (management, sales, admin), and everything *but* painters’ wages, paint, and materials. This could be insurance premiums, rent, loan payments, marketing, vehicles, owner pay, etc.
2. Divide that number by the total hours your painters worked in that period.

Using the example above, this is what the calculation will look like over a 3 month span - *the same period used in the previous calculation.*

3 Months Overhead Spend Expenses: $32,508

$$
\text{Hourly Overhead Rate} = \frac{$32{,}508}{1{,}440 \text{ hours}} = $22.58/\text{hr}
$$

Your overhead hourly rate is $22.58 per hour
{% endstep %}

{% step %}
**Profit margin %**

The profit markup refers to the amount of profit you would like to make from your work. This is an important number as every business must make a profit to operate successfully.

1. Decide on the amount of profit you would like to make.
2. Find your all-in hourly rate by adding all of the hourly rates you’ve calculated so far.
3. Then, subtract the percentage of profit you wish to make.

In this example, we will use a 10% profit margin.

$$
\text{All-in Hourly Rate} = \frac{$21.50 + $9.67 + $22.58}{1 - 0.10} = \frac{$53.75}{0.90} = $59.72/\text{hr}
$$

Your all-in hourly rate is $59.72 per hour
{% endstep %}
{% endstepper %}

## Final Thoughts

Pricing painting projects can feel tricky since, ultimately, it’s both an art and a science. However, once you understand the basis for your hourly rate, you can start to feel confident with the prices you charge for your projects.

Now that you have broken down your hourly rate from your company’s historical information, it will give you the chance to make adjustments as your business grows, seasons change, and for any other factors that affect your business.

Pair this hourly rate with a [production rate estimation system](/support/customization/pricing-and-rates/introduction-to-production-rate-estimation.md) and PaintScout, and you will be able to build consistently priced painting estimates you can trust and get the profit you deserve.

## Related articles

* [Update Your Hourly Rate](/support/customization/pricing-and-rates/how-to-update-your-hourly-rate.md) — Set the labor rate PaintScout uses in your estimates
* [What is a Sales Rate?](/support/estimating/creating-estimates/what-is-a-sales-rate.md) — See how total price compares to total project hours
* [Prep Hours](/support/estimating/areas-and-rates/prep-hours.md) — Add manual prep time with automatic cost calculation
* [Adjust Painting & Prep Hours](/support/estimating/areas-and-rates/how-to-adjust-painting-and-prep-hours.md) — Fine-tune calculated hours on individual surfaces


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.paintscout.com/support/customization/pricing-and-rates/how-to-calculate-your-hourly-rate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
