<?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: Michael Holtsberg</title>
    <description>The latest articles on DEV Community by Michael Holtsberg (@mholtsberg).</description>
    <link>https://dev.to/mholtsberg</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032263%2F50be4c18-04ea-4256-944e-9d21807f39d4.png</url>
      <title>DEV Community: Michael Holtsberg</title>
      <link>https://dev.to/mholtsberg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mholtsberg"/>
    <language>en</language>
    <item>
      <title>How to set a freelance day rate (it's not hourly 8)</title>
      <dc:creator>Michael Holtsberg</dc:creator>
      <pubDate>Thu, 16 Jul 2026 13:38:34 +0000</pubDate>
      <link>https://dev.to/mholtsberg/how-to-set-a-freelance-day-rate-its-not-hourly-x-8-dpk</link>
      <guid>https://dev.to/mholtsberg/how-to-set-a-freelance-day-rate-its-not-hourly-x-8-dpk</guid>
      <description>&lt;p&gt;A day rate is not simply your hourly rate times eight.&lt;/p&gt;

&lt;p&gt;A working day rarely contains eight &lt;em&gt;billable&lt;/em&gt; hours — meetings, context-switching, and admin eat into it — so a sound day rate is your hourly rate times the hours you can genuinely bill in a day, usually five or six. Set it from your hourly rate, then sanity-check it against the day.&lt;/p&gt;

&lt;p&gt;Here's how to build one properly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Start from your hourly rate&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Your day rate should rest on the same foundation as your hourly rate: the income you want to keep, plus taxes, self-funded benefits, expenses, and a cushion, divided by the hours you can actually bill.&lt;/p&gt;

&lt;p&gt;If you haven't built that number yet, do it first. Working backward from your target take-home is the only way to land on a rate that actually covers your costs — dividing an old salary by 2,080 will undercharge you badly, because a salaried job was quietly paying for your half of payroll taxes, your health insurance, your retirement match, and a lot of hours you weren't directly producing.&lt;/p&gt;

&lt;p&gt;The day rate is just a different way of packaging that same underlying cost.&lt;/p&gt;

&lt;h2&gt;
  
  
  Multiply by billable hours, not clock hours
&lt;/h2&gt;

&lt;p&gt;The trap is assuming a day is eight billable hours. It almost never is.&lt;/p&gt;

&lt;p&gt;Realistically, a focused working day yields five to six hours of billable output once you subtract calls, email, breaks, and the friction of switching tasks. If you set your day rate at hourly × 8, you'll quietly underprice every day you sell — because you're charging for eight hours of value while delivering (and being paid for) the equivalent of six.&lt;/p&gt;

&lt;h3&gt;
  
  
  Worked example
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Your hourly rate&lt;/td&gt;
&lt;td&gt;$104 / hr&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Genuinely billable hours per day&lt;/td&gt;
&lt;td&gt;6&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;Day rate (104 × 6)&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;$624 / day&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Naive "× 8" day rate (don't use)&lt;/td&gt;
&lt;td&gt;$832 / day&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;The $624 figure reflects what a real day delivers. You can absolutely round it to a clean $625, or position it higher for specialized work — but anchor it to billable hours, not to the eight-hour clock.&lt;/p&gt;

&lt;h2&gt;
  
  
  When a day rate beats charging hourly
&lt;/h2&gt;

&lt;p&gt;A day rate works best when the client is buying a &lt;strong&gt;block of your time and focus&lt;/strong&gt; rather than a precisely-scoped deliverable.&lt;/p&gt;

&lt;p&gt;It shines for on-site work, intensive workshops, strategy days, or any engagement where you'll be fully dedicated and tracking every minute would be awkward. It also signals seniority — day rates read as more consultative than hourly billing.&lt;/p&gt;

&lt;p&gt;Charge hourly instead when the work is sporadic or hard to predict, and use a fixed bid when the deliverable is well-defined.&lt;/p&gt;

&lt;h2&gt;
  
  
  A few common questions
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Should a day rate be discounted versus hourly?&lt;/strong&gt;&lt;br&gt;
Not automatically. A day rate already reflects realistic billable hours. Some freelancers offer a small discount for booking multiple days, but don't discount reflexively — a full, focused day is valuable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What if a "day" of work runs long?&lt;/strong&gt;&lt;br&gt;
Define what a day means up front — e.g., "a day is up to 7 hours of work." That sets a clear boundary and makes it natural to charge for a second day if the scope grows.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How do I quote a multi-day project?&lt;/strong&gt;&lt;br&gt;
Estimate the number of days, apply your day rate, and add a buffer for the unknowns — the same logic as a fixed bid, just measured in days.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;I got tired of doing this math by hand, so I built a free calculator that outputs both your hourly and day rate from the same inputs — &lt;a href="https://evenkeelhq.com/rate-calculator" rel="noopener noreferrer"&gt;Even Keel Rate Calculator&lt;/a&gt;. No signup, and every formula is shown so you can check it.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>career</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
