Freelancer Guide

The Rate Negotiator

Charge what you're worth and get it.

Buy Now — $2.95See All Guides

What You're Getting

Undercharging is one of the most expensive habits a freelancer can have — and it compounds. Every month you charge too little, you're working harder than you need to while training clients to expect a price you can't sustain. This guide gives you the frameworks, scripts, and language to set the right rates, raise them confidently, and handle every pushback scenario.

You'll have:

  • The pricing calculation framework (know your real minimum)
  • How to communicate your rates with confidence (word-for-word)
  • Scripts for raising rates with current clients
  • Scripts for winning new clients at higher rates
  • Every price objection, answered
  • The package pricing system that stops hourly rate debates

---

Section 1: Know Your Real Number

Before you can charge the right amount, you need to know what you actually need to earn — not just to cover expenses, but to build a sustainable business.

The Freelancer Rate Calculator

Step 1: Your annual income goal

What do you want to take home after taxes and business expenses?

Target net income: $___________

Step 2: Add taxes

Self-employment tax averages 30% in the US, 20–40% in most EU countries.

Gross income needed: Target net ÷ 0.70 = $___________

Step 3: Add business expenses

Software, equipment, insurance, professional development, etc.

Monthly expenses × 12: $___________

Total revenue needed: Gross income + annual expenses = $___________

Step 4: Calculate billable hours

  • 52 weeks × 40 hours = 2,080 hours
  • Minus: vacations (80h), holidays (80h), sick days (40h)
  • Minus: non-billable time: admin, sales, marketing, professional development (~30%)
  • Actual billable hours = ~1,000–1,200 per year

Step 5: Your minimum hourly rate

Total revenue needed ÷ 1,100 (billable hours) = Minimum hourly rate

Example:

  • Net income goal: $80,000
  • Gross needed (÷ 0.70): $114,286
  • Business expenses: $6,000/year
  • Total revenue needed: $120,286
  • ÷ 1,100 billable hours
  • **Minimum hourly rate: $109/hour**

Most freelancers who do this calculation discover they need to charge significantly more than they currently do.

---

Why Your Real Rate Is Even Higher Than the Minimum

$2.95
one-time · instant download

30-day money-back guarantee · Secure checkout via Stripe

// Cookie banner function acceptCookies() { localStorage.setItem('cookies', 'accepted'); document.getElementById('cookieBanner').style.display = 'none'; loadGA(); } function rejectCookies() { localStorage.setItem('cookies', 'rejected'); document.getElementById('cookieBanner').style.display = 'none'; } window.addEventListener('DOMContentLoaded', () => { if (!localStorage.getItem('cookies')) { document.getElementById('cookieBanner').style.display = 'flex'; } });