How to Calculate a Wrap Rate

Wrap Rate Calculator for Government Contracting body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; } .calculator-container { background: #f8f9fa; border: 1px solid #e9ecef; border-radius: 8px; padding: 25px; margin-bottom: 40px; box-shadow: 0 4px 6px rgba(0,0,0,0.05); } .calculator-title { margin-top: 0; color: #2c3e50; text-align: center; font-size: 24px; margin-bottom: 20px; } .input-group { margin-bottom: 15px; display: flex; flex-direction: column; } .input-group label { font-weight: 600; margin-bottom: 5px; color: #495057; } .input-wrapper { position: relative; } .input-wrapper input { width: 100%; padding: 10px; border: 1px solid #ced4da; border-radius: 4px; font-size: 16px; box-sizing: border-box; } .currency-symbol, .percent-symbol { position: absolute; top: 50%; transform: translateY(-50%); color: #6c757d; } .currency-symbol { left: 10px; } .percent-symbol { right: 10px; } .input-with-currency { padding-left: 25px !important; } .input-with-percent { padding-right: 25px !important; } button.calculate-btn { background-color: #0056b3; color: white; border: none; padding: 12px 20px; font-size: 16px; border-radius: 4px; cursor: pointer; width: 100%; margin-top: 10px; transition: background-color 0.2s; } button.calculate-btn:hover { background-color: #004494; } .results-area { margin-top: 25px; border-top: 2px solid #dee2e6; padding-top: 20px; display: none; } .result-box { background: #ffffff; border: 1px solid #dee2e6; border-radius: 6px; padding: 15px; margin-bottom: 15px; text-align: center; } .result-label { font-size: 14px; color: #6c757d; text-transform: uppercase; letter-spacing: 0.5px; } .result-value { font-size: 28px; font-weight: 700; color: #2c3e50; margin: 5px 0; } .result-value.highlight { color: #28a745; } .breakdown-table { width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 14px; } .breakdown-table th, .breakdown-table td { padding: 8px 12px; border-bottom: 1px solid #dee2e6; text-align: right; } .breakdown-table th { text-align: left; background-color: #f1f3f5; } .breakdown-table td:first-child { text-align: left; font-weight: 500; } article { line-height: 1.8; color: #333; } h2 { color: #2c3e50; margin-top: 30px; } h3 { color: #34495e; } p { margin-bottom: 15px; } ul { margin-bottom: 20px; } li { margin-bottom: 8px; }

Wrap Rate Calculator

$
%
Includes vacation, insurance, taxes.
%
Applied to Base Labor.
%
Applied to Subtotal (Base + Fringe + Overhead).
%
Applied to Total Cost.
Calculated Wrap Rate (Multiplier)
0.00
For every $1.00 of salary, you bill this amount.
Fully Burdened Hourly Rate
$0.00
Cost Element Rate Used Amount ($)
function calculateWrapRate() { var baseRate = parseFloat(document.getElementById('baseRate').value); var fringePercent = parseFloat(document.getElementById('fringeRate').value); var overheadPercent = parseFloat(document.getElementById('overheadRate').value); var gaPercent = parseFloat(document.getElementById('gaRate').value); var feePercent = parseFloat(document.getElementById('feeRate').value); // Validation if (isNaN(baseRate) || baseRate 0) { wrapRate = finalBillRate / baseRate; } // Display Results document.getElementById('wrapRateResult').innerHTML = wrapRate.toFixed(4) + "x"; document.getElementById('burdenedRateResult').innerHTML = "$" + finalBillRate.toFixed(2); var tbody = document.getElementById('breakdownBody'); tbody.innerHTML = ` Base Labor – $${directLabor.toFixed(2)} Fringe Benefits ${fringePercent.toFixed(2)}% $${fringeCost.toFixed(2)} Overhead ${overheadPercent.toFixed(2)}% $${overheadCost.toFixed(2)} Subtotal (Direct) – $${subtotalDirect.toFixed(2)} G&A ${gaPercent.toFixed(2)}% $${gaCost.toFixed(2)} Total Cost – $${totalCost.toFixed(2)} Fee / Profit ${feePercent.toFixed(2)}% $${feeCost.toFixed(2)} Final Billable Rate – $${finalBillRate.toFixed(2)} `; document.getElementById('resultArea').style.display = "block"; }

How to Calculate a Wrap Rate for GovCon

In government contracting (GovCon) and professional services, knowing your wrap rate is essential for competitive pricing and profitability. The wrap rate serves as a multiplier that allows you to convert a base hourly salary into a fully loaded billable rate that covers all your indirect costs and profit targets.

While a standard employee might earn $50/hour, billing the client $50/hour would result in a significant loss. The wrap rate accounts for taxes, insurance, office space, management salaries, and your profit margin.

The Wrap Rate Formula

The simplest definition of a wrap rate is the ratio between your billable rate and the base pay rate:

Wrap Rate = Fully Burdened Billable Rate / Base Hourly Salary

For example, if you pay an engineer $50/hour and bill them out at $100/hour, your wrap rate is 2.00x.

Components of a Fully Burdened Rate

To calculate the rate from the bottom up (as this calculator does), you must understand the "stack" or "build-up" of indirect rates. These are typically categorized into four buckets:

  • Base Labor: The raw hourly wage paid to the employee.
  • Fringe Benefits: Costs directly associated with employment, such as payroll taxes (FICA, FUTA), health insurance, 401(k) matching, and paid time off.
  • Overhead: Costs required to support the workforce but not billable directly to a contract. This includes facility costs, equipment, software licenses, and training.
  • G&A (General & Administrative): Corporate expenses to run the entire business, such as executive salaries, legal fees, accounting, and business development.
  • Fee (Profit): The margin added on top of total costs to ensure business sustainability.

Step-by-Step Calculation Example

Let's assume a Base Labor rate of $50.00. Here is how a standard cost-plus build-up works:

  1. Calculate Fringe ($17.50): Assuming a 35% fringe rate.
    $50.00 × 0.35 = $17.50.
  2. Calculate Overhead ($12.50): Assuming a 25% overhead rate applied to the base.
    $50.00 × 0.25 = $12.50.
  3. Determine Subtotal ($80.00): Add Base + Fringe + Overhead.
    $50.00 + $17.50 + $12.50 = $80.00.
  4. Apply G&A ($12.00): Assuming 15% G&A applied to the subtotal (Total Direct Costs).
    $80.00 × 0.15 = $12.00.
  5. Total Cost ($92.00): Subtotal + G&A.
  6. Apply Fee ($7.36): Assuming an 8% profit target on total cost.
    $92.00 × 0.08 = $7.36.
  7. Final Bill Rate ($99.36): Total Cost + Fee.

Wrap Rate: $99.36 / $50.00 = 1.9872.

Why is the Wrap Rate Important?

If your wrap rate is too high compared to competitors, you may lose contract bids. If it is too low, you may win the contract but lose money on every hour worked because you aren't covering your actual operating expenses. Government agencies often analyze wrap rates to determine if a contractor's pricing is "fair and reasonable."

Most competitive GovCon wrap rates typically fall between 1.60 and 2.50, depending on the industry (e.g., highly specialized engineering firms often have higher overheads than staffing agencies).

Leave a Comment