<?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: Роман Рыбалко</title>
    <description>The latest articles on DEV Community by Роман Рыбалко (@__d6eee48c153).</description>
    <link>https://dev.to/__d6eee48c153</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%2F3927141%2F5b5b1256-439f-4c33-89ee-15f01c7416aa.png</url>
      <title>DEV Community: Роман Рыбалко</title>
      <link>https://dev.to/__d6eee48c153</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__d6eee48c153"/>
    <language>en</language>
    <item>
      <title>The Freelancer Tax Math Nobody Taught You (And Why It Costs ,000+)</title>
      <dc:creator>Роман Рыбалко</dc:creator>
      <pubDate>Tue, 12 May 2026 12:49:11 +0000</pubDate>
      <link>https://dev.to/__d6eee48c153/the-freelancer-tax-math-nobody-taught-you-and-why-it-costs-000-oa3</link>
      <guid>https://dev.to/__d6eee48c153/the-freelancer-tax-math-nobody-taught-you-and-why-it-costs-000-oa3</guid>
      <description>&lt;p&gt;Many freelancers land their first big month — say $8,000 in invoices — and feel like they made $8,000. They did not.&lt;/p&gt;

&lt;p&gt;After self-employment tax, income tax, and whatever they forgot to track for expenses, the real number is closer to $5,200. And if they skipped a quarterly payment? Add an IRS penalty on top.&lt;/p&gt;

&lt;p&gt;This is not a rare situation. It is the default experience for solo workers in the US.&lt;/p&gt;

&lt;p&gt;Here is the math most people learn the hard way.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Two Tax Hits Nobody Warns You About
&lt;/h2&gt;

&lt;p&gt;When you are employed, your employer pays half of your Social Security and Medicare tax. When you are self-employed, you pay both halves. That is 15.3% on your net self-employment income, on top of regular income tax.&lt;/p&gt;

&lt;p&gt;So the calculation is not:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Invoice amount - expenses = taxable income
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;It is:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Invoice amount
- business expenses
= net profit

net profit × 15.3% = self-employment tax
(net profit - SE tax deduction) × income tax bracket = income tax

take-home = net profit - SE tax - income tax
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;On $8,000 gross with $500 in expenses and a 22% federal bracket:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Net profit: $7,500&lt;/li&gt;
&lt;li&gt;SE tax: $1,148&lt;/li&gt;
&lt;li&gt;Income tax: ~$1,567&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Take-home: ~$4,785&lt;/strong&gt; — not $8,000&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That $3,215 gap is real money. And most freelancers do not track it until April.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Quarterly Payment Trap
&lt;/h2&gt;

&lt;p&gt;The IRS expects you to pay taxes as you earn, not all at once in April. If you owe more than $1,000 and did not pay quarterly, you owe an underpayment penalty — currently around 8% annually on the gap.&lt;/p&gt;

&lt;p&gt;The four due dates are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Q1: April 15&lt;/li&gt;
&lt;li&gt;Q2: June 15&lt;/li&gt;
&lt;li&gt;Q3: September 15&lt;/li&gt;
&lt;li&gt;Q4: January 15 (following year)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Most first-year freelancers miss at least one. Not because they are irresponsible — because nobody sent them a reminder, and the IRS does not send invoices.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tracking Problem
&lt;/h2&gt;

&lt;p&gt;Here is what actually happens to freelance income in practice:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One client pays via Stripe&lt;/li&gt;
&lt;li&gt;Another via PayPal&lt;/li&gt;
&lt;li&gt;A third via bank transfer&lt;/li&gt;
&lt;li&gt;A fourth via Venmo (yes, really)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;There is no single place to see total income. There is no automatic deduction of the taxes owed. There is no alert three weeks before a quarterly payment is due.&lt;/p&gt;

&lt;p&gt;Most freelancers either use QuickBooks (which is designed for businesses, not solo earners) or a spreadsheet they update inconsistently, or nothing at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Actually Helps
&lt;/h2&gt;

&lt;p&gt;The practical fix is simple math applied consistently:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Every time you receive payment, record it somewhere&lt;/li&gt;
&lt;li&gt;Calculate 30-35% of every payment as reserved for taxes (SE + income)&lt;/li&gt;
&lt;li&gt;Set calendar alerts for April 15, June 15, September 15, January 15&lt;/li&gt;
&lt;li&gt;Before each quarterly deadline, calculate your actual liability using IRS Form 1040-ES&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The issue is not that freelancers are bad at math. It is that this system requires consistent manual action with no external prompts. And manual, unprompted systems break down.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Tool Gap
&lt;/h2&gt;

&lt;p&gt;Accounting software like QuickBooks, Wave, and FreshBooks solve this — but they solve a larger problem than most solo freelancers have. They include double-entry accounting, balance sheets, accounts payable, payroll, and dozens of features irrelevant to a one-person service business.&lt;/p&gt;

&lt;p&gt;The specific problem — knowing your real take-home this week and your next quarterly payment amount — does not have a focused solution.&lt;/p&gt;

&lt;p&gt;I built &lt;a href="https://takehome-landing.vercel.app" rel="noopener noreferrer"&gt;TakeHome&lt;/a&gt; for exactly this. It tracks income (Stripe auto-sync + manual log), applies the SE and income tax calculation, and sends a weekly email with one number: what you actually kept. Plus a quarterly tax reminder three weeks before each due date.&lt;/p&gt;

&lt;p&gt;Free to start. If you have ever stared at a bank account wondering whether you actually made money this month, it is worth a look.&lt;/p&gt;




&lt;p&gt;&lt;em&gt;All tax figures in this article are estimates for illustration. Consult a tax professional for your specific situation.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>freelance</category>
      <category>taxes</category>
      <category>productivity</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
