<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Prod Yard</title>
    <description>The latest articles on DEV Community by Prod Yard (@prodyardcom).</description>
    <link>https://dev.to/prodyardcom</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3894381%2F1d46d224-4555-4c83-8f97-35be003f9b4e.jpg</url>
      <title>DEV Community: Prod Yard</title>
      <link>https://dev.to/prodyardcom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/prodyardcom"/>
    <language>en</language>
    <item>
      <title>I built a freelance rate calculator — here's the formula most freelancers get wrong</title>
      <dc:creator>Prod Yard</dc:creator>
      <pubDate>Thu, 23 Apr 2026 13:20:03 +0000</pubDate>
      <link>https://dev.to/prodyardcom/i-built-a-freelance-rate-calculator-heres-the-formula-most-freelancers-get-wrong-32jf</link>
      <guid>https://dev.to/prodyardcom/i-built-a-freelance-rate-calculator-heres-the-formula-most-freelancers-get-wrong-32jf</guid>
      <description>&lt;p&gt;When I started freelancing, I did what most people do: I took my old salary, divided by 2,080 hours (40h × 52 weeks), and used that as my hourly rate.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;That was a $30,000/year mistake.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here's why — and the formula I wish someone had shown me on day one.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 3 hidden costs employees don't pay
&lt;/h2&gt;

&lt;p&gt;When you're employed, your employer covers a lot of costs you never see. Go freelance, and they all land on you:&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Self-employment taxes &amp;amp; insurance (25-35%)
&lt;/h3&gt;

&lt;p&gt;As an employee, your employer pays half your Social Security and Medicare taxes (7.65%), plus health insurance, retirement matching, and workers' comp. As a freelancer, you pay all of it.&lt;/p&gt;

&lt;p&gt;For a $70,000 take-home target, you actually need to gross &lt;strong&gt;$100,000&lt;/strong&gt; just to cover taxes and insurance.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Business overhead (10-20%)
&lt;/h3&gt;

&lt;p&gt;Software subscriptions (IDE, design tools, project management), equipment, a workspace, accounting fees, professional development. These add up to $5,000-15,000/year that your employer used to cover.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Non-billable time (25-40%)
&lt;/h3&gt;

&lt;p&gt;This is the one that kills you. Between finding clients, writing proposals, invoicing, emails, bookkeeping, and admin — most freelancers only bill &lt;strong&gt;60-75% of their working hours&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;A 40-hour week might only yield 28-30 billable hours.&lt;/p&gt;

&lt;h2&gt;
  
  
  The actual formula
&lt;/h2&gt;

&lt;p&gt;Working weeks = 52 - (vacation_days / 5) - (sick_days / 5)&lt;br&gt;
Total hours = working_weeks × hours_per_week&lt;br&gt;
Billable hours = total_hours × billable_percentage&lt;br&gt;
Pre-tax needed = desired_income / (1 - tax_rate)&lt;br&gt;
With overhead = pre_tax_needed × (1 + overhead_rate)&lt;br&gt;
Hourly rate = with_overhead / billable_hours&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Let's run the numbers for $70k take-home:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Factor&lt;/th&gt;
&lt;th&gt;Value&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Desired take-home&lt;/td&gt;
&lt;td&gt;$70,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Tax + insurance (30%)&lt;/td&gt;
&lt;td&gt;+$30,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Overhead (15%)&lt;/td&gt;
&lt;td&gt;+$15,000&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Annual gross needed&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$115,000&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Working weeks (15 vacation + 5 sick days)&lt;/td&gt;
&lt;td&gt;48&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Hours/week&lt;/td&gt;
&lt;td&gt;40&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Billable %&lt;/td&gt;
&lt;td&gt;70%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Billable hours/year&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;1,344&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Required hourly rate&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$86/h&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Compare that to the naive calculation: $70,000 ÷ 2,080 = &lt;strong&gt;$34/h&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That's a 2.5x difference. At $34/h, you'd actually take home about &lt;strong&gt;$27,000&lt;/strong&gt; — less than half your target.&lt;/p&gt;

&lt;h2&gt;
  
  
  How rates vary by profession
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Profession&lt;/th&gt;
&lt;th&gt;Entry&lt;/th&gt;
&lt;th&gt;Typical&lt;/th&gt;
&lt;th&gt;Senior&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Web Developer&lt;/td&gt;
&lt;td&gt;$50/h&lt;/td&gt;
&lt;td&gt;$95/h&lt;/td&gt;
&lt;td&gt;$175/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Graphic Designer&lt;/td&gt;
&lt;td&gt;$35/h&lt;/td&gt;
&lt;td&gt;$65/h&lt;/td&gt;
&lt;td&gt;$120/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Copywriter&lt;/td&gt;
&lt;td&gt;$30/h&lt;/td&gt;
&lt;td&gt;$65/h&lt;/td&gt;
&lt;td&gt;$150/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Video Editor&lt;/td&gt;
&lt;td&gt;$30/h&lt;/td&gt;
&lt;td&gt;$60/h&lt;/td&gt;
&lt;td&gt;$130/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Marketing Consultant&lt;/td&gt;
&lt;td&gt;$50/h&lt;/td&gt;
&lt;td&gt;$100/h&lt;/td&gt;
&lt;td&gt;$200/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Social Media Manager&lt;/td&gt;
&lt;td&gt;$25/h&lt;/td&gt;
&lt;td&gt;$50/h&lt;/td&gt;
&lt;td&gt;$100/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Bookkeeper&lt;/td&gt;
&lt;td&gt;$25/h&lt;/td&gt;
&lt;td&gt;$42/h&lt;/td&gt;
&lt;td&gt;$75/h&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Writer&lt;/td&gt;
&lt;td&gt;$25/h&lt;/td&gt;
&lt;td&gt;$50/h&lt;/td&gt;
&lt;td&gt;$100/h&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Try it yourself
&lt;/h2&gt;

&lt;p&gt;I built a free calculator that does all this math for you — plug in your numbers and it shows your rate instantly:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://prodyard.com/tools/freelance-rate-calculator" rel="noopener noreferrer"&gt;Freelance Rate Calculator&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It also has pre-filled versions for &lt;a href="https://prodyard.com/tools/freelance-rate-calculator/web-developer" rel="noopener noreferrer"&gt;web developers&lt;/a&gt;, &lt;a href="https://prodyard.com/tools/freelance-rate-calculator/graphic-designer" rel="noopener noreferrer"&gt;graphic&lt;br&gt;
designers&lt;/a&gt;, &lt;a href="https://prodyard.com/tools/freelance-rate-calculator/copywriter" rel="noopener noreferrer"&gt;copywriters&lt;/a&gt;, and 5 other professions.&lt;/p&gt;

&lt;p&gt;No signup, no email gate — just a calculator.&lt;/p&gt;

&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Don't divide your salary by 2,080. You'll undercharge by 2-3x.&lt;/li&gt;
&lt;li&gt;Account for taxes (25-35%), overhead (10-20%), and non-billable time (25-40%).&lt;/li&gt;
&lt;li&gt;Most freelancers need to charge &lt;strong&gt;$60-100/h&lt;/strong&gt; to match a &lt;strong&gt;$70k salary&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Use a &lt;a href="https://prodyard.com/tools/freelance-rate-calculator" rel="noopener noreferrer"&gt;rate calculator&lt;/a&gt; to find your actual number.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>freelancing</category>
      <category>career</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
