DJ Pricing Calculator

Build a wedding or party gig quote from your base rate, hours, premiums, add-ons & travel — with the deposit split & effective hourly rate

The event

$

Setup, teardown & MC time

Add-ons (flat — not marked up by day/season)

$
$
$
$
$ each × qty

Travel, deposit & tax

$
%
%
Total quote
$0
— event

DJ Pricing Calculator — guide & how to use

What it does

Mobile and wedding DJs are notorious for under-quoting — naming a round number that ignores hours, gives away setup and travel, and prices a peak Saturday wedding like a Tuesday backyard party. This calculator builds a real quote the way the gig actually costs: base hourly rate × hours of coverage, layered with event-type, day-of-week and season premiums on your labor, plus flat add-ons (ceremony sound, uplighting, photo booth, extra speakers), round-trip travel beyond a free radius, and a deposit/balance split. It also surfaces your effective hourly rate as a margin guardrail and suggests an overtime rate. Everything runs privately in your browser, free.

How to use it

  1. Pick your event type, enter your base hourly rate (your cost anchor — the tool never invents this), and the hours of coverage the client books.
  2. Set the day of week and the peak season toggle so the scarce Saturday slot isn't priced like a slow weekday.
  3. Add your setup/teardown and MC hours, choosing whether setup bills at full or half rate.
  4. Toggle any add-ons and edit each price to your real a-la-carte rate.
  5. Enter travel distance, your free radius, mileage rate, a deposit % and an optional tax rate.
  6. Read your total quote, the retainer vs balance split, the line-item breakdown, your effective hourly rate, and a copy-paste quote blurb for the client.

Worked example

A Saturday wedding in peak season: base rate $150/hr, 5 hours of coverage, 2 hours setup at half rate, 0 MC hours, uplighting $350, venue is 40 miles away with a 25-mile free radius at $0.70/mi, 50% deposit, no tax:

The formulas

performance      = base_rate * coverage_hours
setup_rate       = full ? base_rate : base_rate * 0.5
setup_cost       = setup_rate * setup_hours
mc_cost          = base_rate * mc_hours
labor_subtotal   = performance + setup_cost + mc_cost
event_mult       = wedding 1.30 | corporate 1.15 | party 1.00
day_mult         = Sat 1.00 | Fri 0.90 | Sun 0.85 | weekday 0.70
season_mult      = peak 1.10 | off-peak 0.90
adjusted_labor   = labor_subtotal * event_mult * day_mult * season_mult
billable_miles   = max(0, distance - free_radius)
travel_fee       = billable_miles * mileage_rate * 2        (round trip)
addons           = ceremony + uplighting + booth + speakers (flat)
subtotal_pretax  = adjusted_labor + travel_fee + addons
tax_amount       = subtotal_pretax * tax% / 100
total_quote      = subtotal_pretax + tax_amount
deposit_due      = total_quote * deposit% / 100
balance_due      = total_quote - deposit_due       (reconciles exactly)
effective_hourly = total_quote / (coverage + setup_hours)
overtime_rate    = round(base_rate * 1.5)

How to embed this tool on your website

No account, no coding. Copy the embed code and paste it where you want it to appear:

<iframe src="https://snaptoolsuite.com/dj-pricing-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1320px;border:0;"
  title="DJ Pricing Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/dj-pricing-calculator/">DJ Pricing Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

See it live: view a real embed example →

Frequently asked questions

How much should a DJ charge for a wedding or party?

Start from your own base hourly rate (commonly $100–$300/hr; $150 is mid-market) × hours of coverage, then layer premiums for event type (weddings ~+30%, corporate ~+15%), day (Saturday peak; Friday −10%, Sunday −15%, weekday −30%) and season (peak +10%, off-peak −10%). Add flat gear add-ons, round-trip travel beyond your free radius, then split into a deposit and balance. This tool does it all instantly.

Deposit vs balance — how does the split work?

The deposit (retainer) is paid at booking to secure the date — 50% is standard. The balance is the rest, due before the event. The calculator computes the balance by subtraction so deposit + balance always equal the exact total, with no rounding drift.

How do I charge for travel to a venue?

Include a free radius (commonly 25 mi), then bill per mile beyond it — and always round trip: (distance − free radius) × rate × 2. A ~$0.70/mi rate covers fuel, vehicle wear, and drive time. Travel-heavy gigs are the #1 below-cost leak this surcharge fixes.

Do premiums apply to add-ons?

No. The event-type, day-of-week, and season multipliers apply to LABOR only (performance, setup, MC). Flat gear and service add-ons — uplighting, photo booth, ceremony sound, extra speakers — are added at their fixed price and not marked up by day or season. This matches how most DJs price equipment.

What is the effective hourly rate flag?

It is your total ÷ hours actually worked (coverage + setup). The tool flags it green when at or above your base rate and amber when below — a guardrail so stacked discounts (weekday + off-peak + party) never silently drop your quote below cost.

What overtime rate should I quote?

About 1.5× your base hourly rate is the industry norm. The tool suggests it automatically so you put it in your contract and never play the extra hour for free.

Is it really free?

Yes. 100% free, everything runs privately in your browser. Nothing is saved unless you copy or save your result.

Accuracy notes & disclaimers

This is a quoting AID, not a guaranteed market price. All defaults are 2025–2026 US national midpoints; rates vary widely by region (Mid-Atlantic/coastal metros run highest, rural/Midwest lower). The multipliers (event-type 1.30/1.15, day-of-week, season ±10%) are calibrated to published industry ranges — Saturday peak; Friday −10%, Sunday −15%, weekday −30%; weddings premium over parties — but they are editable assumptions, not fixed law; tune them to your own booking data.

Premiums apply to labor only by design; flat gear/service add-ons are not marked up by day or season. The default add-on amounts ($400 ceremony, $350 uplighting, $700 booth, $150/speaker) are mid-range placeholders — replace them with your actual a-la-carte prices. Travel uses round-trip per-mile beyond a free radius and does not model tolls, lodging, flights, or overnight per-diems for destination events; add those manually. The $0.70/mi default aligns with the 2025 IRS standard business mileage rate as a fair cost-recovery proxy — it is not a tax figure here.

Tax is applied only if you enter a local rate; entertainment-service taxability varies by state and municipality — confirm with a local accountant. The effective-hourly flag is a margin guardrail, not a profit calculation: it ignores fixed overhead (insurance, music licensing, gear depreciation), so set your base rate to already cover those. The 50% retainer split is a payment-structure tool, not legal or contract advice. All math runs in your browser — no data leaves your device, and nothing is saved unless you copy the summary.

Related tools

Add this calculator to your site

Free to embed, works anywhere, no account needed. Copy & paste:

<iframe src="https://snaptoolsuite.com/dj-pricing-calculator/?embed=1"
  style="width:100%;max-width:560px;height:1320px;border:0;"
  title="DJ Pricing Calculator" loading="lazy"></iframe>
<p>Free <a href="https://snaptoolsuite.com/dj-pricing-calculator/">DJ Pricing Calculator</a> by Snap Tool Suite</p>
2 Paste it on your page
3 It just works

Everything is calculated in your browser. We don't store or sell your data.