<?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: Yonatan Naor</title>
    <description>The latest articles on DEV Community by Yonatan Naor (@yonatan_naor_5642e43447ea).</description>
    <link>https://dev.to/yonatan_naor_5642e43447ea</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%2F2551303%2Ff3ce951b-6ee3-4d99-b7d8-dc49410e32af.jpg</url>
      <title>DEV Community: Yonatan Naor</title>
      <link>https://dev.to/yonatan_naor_5642e43447ea</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yonatan_naor_5642e43447ea"/>
    <language>en</language>
    <item>
      <title>How Do ETFs Work? A Plain-English Explanation</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Wed, 29 Jul 2026 11:04:08 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/how-do-etfs-work-a-plain-english-explanation-1ebo</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/how-do-etfs-work-a-plain-english-explanation-1ebo</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://etf.thicket.sh/blog/how-do-etfs-work" rel="noopener noreferrer"&gt;https://etf.thicket.sh/blog/how-do-etfs-work&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An ETF is a fund that owns a basket of assets — often hundreds or thousands of stocks or bonds — and sells shares in itself that trade on a stock exchange like any ordinary stock. Buy one share and you own a proportional slice of everything inside. Two things make it behave differently from a traditional mutual fund: it trades continuously through the day at a market price rather than once daily at a computed value, and it uses a creation-and-redemption mechanism with large institutions that keeps the market price tethered to the value of the holdings — the same mechanism that gives ETFs their tax efficiency.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Most explanations stop at “a basket that trades like a stock,” which leaves the interesting question unanswered: if the share price is set by supply and demand on an exchange, what stops it drifting away from what the fund actually owns? The answer is the part worth understanding.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. The Basket
&lt;/h2&gt;

&lt;p&gt;The fund holds real assets. A total-market equity ETF owns shares in thousands of companies; a bond ETF owns thousands of individual bonds; a gold ETF owns bullion. Divide the value of everything it owns, minus liabilities, by the number of shares outstanding, and you get &lt;strong&gt;net asset value&lt;/strong&gt; — the honest per-share worth of the fund at that moment.&lt;/p&gt;

&lt;p&gt;Most ETFs track an index, meaning the basket is chosen by a published rule rather than by a manager's judgement. That is why costs are low: following a rule is cheap. For how a fund's ongoing cost is deducted, see &lt;a href="https://etf.thicket.sh/blog/how-is-an-etf-expense-ratio-charged" rel="noopener noreferrer"&gt;how an ETF expense ratio is charged&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  2. The Exchange Listing
&lt;/h2&gt;

&lt;p&gt;Shares of the fund are listed on an exchange and trade all day at whatever price buyers and sellers agree on. You can buy at 10:04am and sell at 2:15pm. A mutual fund, by contrast, transacts once per day at the NAV computed after the close.&lt;/p&gt;

&lt;p&gt;An important consequence: &lt;strong&gt;when you buy an ETF share, your money usually goes to another investor, not to the fund.&lt;/strong&gt; You are trading on the secondary market, and the fund's holdings are untouched. That is structurally different from a mutual fund, where your money flows in and the manager deploys it.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. The Arbitrage Loop That Keeps the Price Honest
&lt;/h2&gt;

&lt;p&gt;This is the mechanism that makes the whole thing work, and it involves institutions called &lt;strong&gt;authorized participants&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;SituationWhat the authorized participant doesEffect on priceETF trades &lt;strong&gt;above&lt;/strong&gt; NAVBuys the underlying basket, delivers it to the fund for newly created ETF shares, sells those shares at the higher market priceNew supply pushes the price &lt;strong&gt;down&lt;/strong&gt; toward NAVETF trades &lt;strong&gt;below&lt;/strong&gt; NAVBuys cheap ETF shares on the market, redeems them with the fund for the underlying basket, sells the basketDemand pushes the price &lt;strong&gt;up&lt;/strong&gt; toward NAV&lt;br&gt;
Both trades are profitable for the participant, which is the point: &lt;strong&gt;nobody enforces the tracking — the profit motive does it, continuously.&lt;/strong&gt; It is why a large index ETF trades within pennies of its underlying value nearly all the time, and why the mechanism strains in thinly traded funds or during severe market stress, when assembling or valuing the basket becomes harder.&lt;/p&gt;

&lt;h2&gt;
  
  
  4. Why the Tax Treatment Is Different
&lt;/h2&gt;

&lt;p&gt;Notice that redemptions are settled &lt;strong&gt;in kind&lt;/strong&gt; — the fund hands over securities rather than selling them for cash. That detail produces the tax advantage.&lt;/p&gt;

&lt;p&gt;When a mutual fund investor sells, the fund often must sell holdings to raise cash, and the resulting capital gain is distributed to &lt;em&gt;everyone still in the fund&lt;/em&gt;, including people who did nothing. An ETF's in-kind exchange is generally not a taxable sale for the fund, so broad index ETFs frequently distribute no capital gains at all. Your tax bill stays largely under your control — you owe when &lt;em&gt;you&lt;/em&gt; choose to sell. More in &lt;a href="https://etf.thicket.sh/blog/how-are-etfs-taxed" rel="noopener noreferrer"&gt;how ETFs are taxed&lt;/a&gt; and &lt;a href="https://etf.thicket.sh/blog/etf-vs-mutual-funds-2026" rel="noopener noreferrer"&gt;ETF vs mutual funds&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. How It Actually Pays You
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Price appreciation.&lt;/strong&gt; Holdings rise, NAV rises, share price follows; you realise it on sale.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Distributions.&lt;/strong&gt; The fund collects dividends and interest, subtracts expenses, and passes the rest through — usually quarterly for stock ETFs and monthly for bond ETFs. See &lt;a href="https://etf.thicket.sh/blog/do-etfs-pay-dividends" rel="noopener noreferrer"&gt;do ETFs pay dividends&lt;/a&gt;.
A fund holding assets that generate no income — physical gold, say — offers only the first.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  6. What It Costs, and What Can Go Wrong
&lt;/h2&gt;

&lt;p&gt;The expense ratio is the headline cost, commonly 0.02%–0.09% for broad index funds, accrued daily inside NAV so it never appears as a charge. Sitting outside it: the bid-ask spread when you trade, any premium or discount to NAV, and the fund's own internal trading costs.&lt;/p&gt;

&lt;p&gt;On risk, the honest framing is that &lt;strong&gt;“ETF” is a wrapper, not a risk level.&lt;/strong&gt; A total-market index fund and a leveraged single-sector product are both ETFs and are not comparable. The dominant risk is simply that the assets inside can fall. Structure-specific risks are narrower: wider spreads and larger NAV deviations in thin or hard-to-value funds, especially under stress, and leveraged and inverse products that reset daily and are not built for long holds. A fund can also close — which returns your money rather than losing it, as covered in &lt;a href="https://etf.thicket.sh/blog/what-happens-when-an-etf-closes" rel="noopener noreferrer"&gt;what happens when an ETF closes&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;Fund structure, exchange trading, creation and redemption, and required prospectus disclosure: &lt;a href="https://www.sec.gov/investor/pubs/inwsmf.htm" rel="noopener noreferrer"&gt;U.S. Securities and Exchange Commission, Mutual Funds and ETFs&lt;/a&gt; and &lt;a href="https://www.investor.gov/introduction-investing/investing-products/mutual-funds-and-exchange-traded-funds-etfs" rel="noopener noreferrer"&gt;Investor.gov on mutual funds and ETFs&lt;/a&gt;. Net asset value: &lt;a href="https://www.investor.gov/introduction-investing/investing-basics/glossary/net-asset-value" rel="noopener noreferrer"&gt;Investor.gov, Net Asset Value&lt;/a&gt;. Typical expense-ratio ranges reflect fees observed across large US-listed ETFs and change over time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Caveats
&lt;/h2&gt;

&lt;p&gt;This describes US-regulated ETFs and is general information, not investment advice. Any specific fund's holdings, costs, distribution schedule, and risks are set out in its prospectus on the issuer's own site, which is the authoritative source when a third-party data provider disagrees.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;How do ETFs work?An ETF is a fund that owns a basket of assets — usually hundreds or thousands of stocks or bonds — and sells shares in itself that trade on a stock exchange like any single stock. Buy one share and you own a proportional slice of everything the fund holds. Two features make it different from a traditional mutual fund. It trades continuously through the day at a market price, rather than once daily at a computed value. And it uses a creation-and-redemption mechanism with large institutional firms to keep that market price tethered to the value of the underlying holdings, which also gives ETFs their well-known tax efficiency.What keeps an ETF's price close to the value of what it holds?An arbitrage loop run by institutions called authorized participants. Every ETF has a net asset value — the per-share value of everything it owns. If the ETF's market price drifts above NAV, an authorized participant can assemble the underlying basket of securities, deliver it to the fund in exchange for newly created ETF shares, and sell those shares at the higher market price. If the price falls below NAV, the reverse: buy cheap ETF shares, redeem them with the fund for the underlying basket, sell the basket. Both trades profit the participant and push the price back toward NAV. Nobody enforces the tracking; the profit motive does it continuously.Where does an ETF's money go when you buy a share?Usually to another investor, not to the fund. The overwhelming majority of ETF trades happen on the secondary market — you buy from whoever is selling, the same as with a stock, and the fund's assets are unaffected. New shares are only created when an authorized participant delivers a basket of securities to the fund, which happens in large blocks and typically only when demand has pushed the price away from NAV. This is a genuine structural difference from a mutual fund, where your purchase money flows into the fund and the manager buys securities with it.How do ETFs make money for you?Two ways, and they mirror owning the underlying assets directly. Price appreciation: if the securities the fund holds rise in value, NAV rises and so does the share price, and you realise that gain when you sell. And distributions: the fund collects the dividends its stocks pay and the interest its bonds pay, subtracts its expenses, and passes the rest to shareholders — typically quarterly for stock ETFs and monthly for bond ETFs. A fund holding assets that produce no income, such as a physical-gold ETF, offers only the first.Why are ETFs more tax-efficient than mutual funds?Because of how redemptions work. When a mutual fund investor sells, the fund often has to sell securities to raise cash, and any capital gain from that sale is distributed to everyone still holding the fund — including people who did nothing. An ETF instead hands a basket of securities to the authorized participant in an in-kind exchange, which is generally not a taxable sale for the fund. The practical result is that broad index ETFs frequently distribute no capital gains at all, so your tax bill is largely under your own control: you owe when you choose to sell.What does an ETF actually cost to own?The headline cost is the expense ratio, quoted annually but accrued daily out of fund assets before the share price is calculated, so it never appears as a charge on your statement. Broad index ETFs commonly run 0.02% to 0.09%. Beyond that sit costs the ratio excludes: the bid-ask spread you pay when trading, any premium or discount to NAV, and the fund's own internal trading costs. For a large, liquid fund held long term the expense ratio dominates. For a thin or exotic one, the spread can easily exceed a year of expense ratio in a single round trip.Are ETFs safe, and what can go wrong?The structure itself is well-regulated and durable, but 'ETF' describes a wrapper, not a risk level — a total-market index fund and a leveraged single-sector product are both ETFs and are not remotely comparable. The real risks are the ordinary ones: the assets inside can fall in value, and you carry that fully. Structure-specific issues are narrower — wider spreads and larger NAV deviations in thinly traded or hard-to-value funds, particularly during market stress, and the fact that leveraged and inverse products reset daily and are not designed to be held long term. A fund can also close, though that returns your money rather than losing it.how ETFs workNAVcreation and redemptionauthorized participantin-kindtax efficiencyindex fundsSEC&lt;a href="https://etf.thicket.sh/blog" rel="noopener noreferrer"&gt;← More fund analysis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>investing</category>
      <category>finance</category>
      <category>beginners</category>
      <category>explainlikeimfive</category>
    </item>
    <item>
      <title>How Long Does It Take to Build Muscle? (Realistic Timeline)</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Wed, 29 Jul 2026 11:04:06 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/how-long-does-it-take-to-build-muscle-realistic-timeline-db8</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/how-long-does-it-take-to-build-muscle-realistic-timeline-db8</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://fit.thicket.sh/blog/how-long-does-it-take-to-build-muscle" rel="noopener noreferrer"&gt;https://fit.thicket.sh/blog/how-long-does-it-take-to-build-muscle&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://fit.thicket.sh/authors/sarah-okafor" rel="noopener noreferrer"&gt;Dr. Sarah Okafor&lt;/a&gt;, Exercise Physiologist&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fhow-long-does-it-take-to-build-muscle.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fhow-long-does-it-take-to-build-muscle.webp%26w%3D3840%26q%3D75" alt="A row of dumbbells on a gym rack in soft daylight" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Measurable muscle growth takes about 8 to 12 weeks of consistent training. Change other people notice usually takes 3 to 6 months. The catch is that the first few weeks feel like the fastest progress you will ever make and are mostly &lt;em&gt;not&lt;/em&gt; muscle: early strength gains come from your nervous system learning the movement, and early size changes are largely swelling from muscle damage plus water and glycogen drawn into the tissue. Real hypertrophy starts accumulating underneath that, and only becomes measurable once the early swelling settles.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That gap between how progress &lt;em&gt;feels&lt;/em&gt; and what is actually happening is why so many people quit around week four, exactly when the real process is beginning. Below is the honest timeline, what drives the rate, and why the mirror lies early on.&lt;/p&gt;

&lt;h2&gt;
  
  
  The First Three Weeks Are Not Muscle
&lt;/h2&gt;

&lt;p&gt;Damas and colleagues tracked muscle protein synthesis alongside actual hypertrophy through the first weeks of training and found that early synthesis is directed at repairing damage, not building new tissue — the two only start corresponding once the damage response attenuates (&lt;em&gt;Journal of Physiology&lt;/em&gt; 2016, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/27219125/" rel="noopener noreferrer"&gt;PMID 27219125&lt;/a&gt;). Studies measuring muscle thickness very early therefore tend to overstate growth: the muscle is swollen, not bigger.&lt;/p&gt;

&lt;p&gt;Even research designed to catch hypertrophy as early as possible finds it takes weeks of high-intensity work before architectural change is detectable (Seynnes and colleagues, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/17053104/" rel="noopener noreferrer"&gt;PMID 17053104&lt;/a&gt;). Meanwhile your strength climbs quickly, because you are getting better at recruiting and coordinating the muscle you already have. Strength and size are related, but early on they move for different reasons.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Realistic Timeline
&lt;/h2&gt;

&lt;p&gt;TimeframeWhat is actually happeningWhat you noticeWeeks 1–3Neural adaptation; damage repair; water and glycogenStrength climbing fast, muscles feel fuller, sorenessWeeks 4–8Hypertrophy begins accumulating; swelling subsidesOften feels like a stall — the discouraging phaseWeeks 8–12Measurable growthClothes fit differently; tape and scale moveMonths 3–6Growth compoundsOther people start commentingYear 1+Rate slows substantiallyProgress requires deliberate programming&lt;/p&gt;

&lt;h2&gt;
  
  
  How Much, Per Month
&lt;/h2&gt;

&lt;p&gt;A well-trained, well-fed beginner can realistically add roughly 1–2 lb of muscle per month, with women averaging around half that, and the rate falls considerably after the first year. A widely used rough guide puts lifetime natural gain for men at roughly 20–25 lb in year one, about half that in year two, half again in year three, and a few pounds a year thereafter.&lt;/p&gt;

&lt;p&gt;Those monthly and yearly figures are practitioner estimates that have held up well in practice, not outputs of a controlled trial. Use them to calibrate expectations, not as a prediction for any individual.&lt;/p&gt;

&lt;p&gt;Get weekly fitness tips in your inbox&lt;/p&gt;

&lt;h2&gt;
  
  
  What Sets the Pace
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Training age.&lt;/strong&gt; The single biggest factor. Beginners gain several times faster than experienced lifters, and nothing recovers that advantage once it is spent.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Progressive overload.&lt;/strong&gt; The stimulus has to keep increasing. See &lt;a href="https://fit.thicket.sh/blog/progressive-overload-beginner-intermediate" rel="noopener noreferrer"&gt;progressive overload for beginners vs intermediates&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Weekly volume.&lt;/strong&gt; There is a clear dose-response — more weekly sets produce more growth, up to a point (Schoenfeld 2017, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/27433992/" rel="noopener noreferrer"&gt;PMID 27433992&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Protein and calories.&lt;/strong&gt; Protein supplementation meaningfully augments resistance-training gains (Morton 2018, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/28698222/" rel="noopener noreferrer"&gt;PMID 28698222&lt;/a&gt;). Targets in &lt;a href="https://fit.thicket.sh/blog/how-much-protein-to-build-muscle" rel="noopener noreferrer"&gt;how much protein you need to build muscle&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sleep and recovery.&lt;/strong&gt; Muscle is built during rest, not during the session — see &lt;a href="https://fit.thicket.sh/blog/how-many-rest-days-per-week" rel="noopener noreferrer"&gt;how many rest days you need&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Consistency.&lt;/strong&gt; Twelve merely-adequate weeks beat four excellent weeks followed by eight missed ones. The adaptation is cumulative.
## Two Things That Distort the Timeline&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Fat loss makes muscle visible faster than muscle growth does.&lt;/strong&gt; Someone with more body fat can look substantially different at 12 weeks having added only a few pounds of tissue, because the change is mostly the layer over the muscle thinning. If being &lt;em&gt;noticed&lt;/em&gt; is the goal, body composition beats mass — see &lt;a href="https://fit.thicket.sh/blog/body-recomposition-math-real-timelines" rel="noopener noreferrer"&gt;body recomposition timelines&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Soreness is not a progress meter.&lt;/strong&gt; It reflects unaccustomed stress, and it fades as you adapt — which is a sign of adaptation, not of stalling. See &lt;a href="https://fit.thicket.sh/blog/does-muscle-soreness-mean-growth" rel="noopener noreferrer"&gt;does soreness mean growth&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;Early-phase protein synthesis and damage: Damas F et al., &lt;em&gt;Journal of Physiology&lt;/em&gt; 2016 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/27219125/" rel="noopener noreferrer"&gt;PMID 27219125&lt;/a&gt;). Early hypertrophy detectability: Seynnes OR et al., &lt;em&gt;Journal of Applied Physiology&lt;/em&gt; 2007 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/17053104/" rel="noopener noreferrer"&gt;PMID 17053104&lt;/a&gt;). Volume dose-response: Schoenfeld BJ et al., &lt;em&gt;Journal of Sports Sciences&lt;/em&gt; 2017 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/27433992/" rel="noopener noreferrer"&gt;PMID 27433992&lt;/a&gt;). Protein supplementation: Morton RW et al., &lt;em&gt;British Journal of Sports Medicine&lt;/em&gt; 2018 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/28698222/" rel="noopener noreferrer"&gt;PMID 28698222&lt;/a&gt;). Monthly and annual gain figures are practitioner estimates, flagged as such above. General information for healthy adults, not medical advice. Last updated July 29, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;Measurable muscle growth typically takes 8 to 12 weeks of consistent training, and visible change to others usually takes 3 to 6 months. The first few weeks feel dramatic but are mostly not muscle: early strength gains come from the nervous system learning the movement, and early size changes are substantially swelling from muscle damage rather than new tissue. Damas and colleagues showed that muscle protein synthesis in the first three weeks tracks damage repair, and only begins to correspond with real hypertrophy once that damage subsides (PMID 27219125). Genuine, measurable growth is a 2-to-3-month project at minimum.A realistic ceiling for a well-trained, well-fed beginner is roughly 1 to 2 pounds of muscle per month for men and about half that for women, and it slows considerably after the first year. A common rough guide is around 20 to 25 pounds of lifetime natural muscle gain for men in year one, halving in year two, halving again in year three, and then measured in a few pounds a year. These figures are practitioner estimates rather than precise trial outputs, so treat them as a sanity check on expectations, not a prediction. The direction is what matters: the newer you are, the faster it goes.Three things that are not new muscle tissue. Training draws water and glycogen into the muscle, which increases its volume. Unaccustomed training causes swelling from muscle damage, which temporarily inflates measurements. And the pump during and after a session is transient blood flow. All are real and visible, and none is hypertrophy. This is precisely why early-phase studies that measure muscle thickness in the first weeks tend to overstate growth — the tissue is swollen, not larger. It also explains the demoralising moment around week four when the initial change seems to stall: the swelling has settled and actual growth has not yet caught up.Usually 3 to 6 months of consistent training, and often sooner if you are also losing fat, because reducing the layer over the muscle reveals shape faster than adding tissue does. People carrying more body fat frequently look meaningfully different at 12 weeks while having gained only a few pounds of actual muscle, since the visual change is driven mostly by the fat loss. Conversely, a lean beginner can add real muscle for months before anyone comments. If being noticed is the goal, body composition matters more than muscle mass alone.It slows the process but does not stop it. Older adults build muscle more slowly than younger adults, largely because of anabolic resistance — the muscle responds less strongly to the same protein and training stimulus. The practical adjustments are a somewhat higher protein intake, an emphasis on progressive resistance training rather than only cardio, and more patience with the timeline. Meaningful hypertrophy is well documented into the seventies and beyond. Starting at 50 or 60 means a slower curve, not an absent one.In rough order of impact: training age (beginners gain fastest by a wide margin), progressive overload, total weekly volume, protein and calorie intake, sleep, and genetics. Volume has a clear dose-response — more weekly sets produce more growth up to a point (Schoenfeld 2017, PMID 27433992) — and protein supplementation meaningfully augments gains from resistance training (Morton 2018, PMID 28698222). Consistency dominates all of it. Twelve mediocre weeks beat four excellent weeks followed by eight missed ones, because the adaptation you are chasing is cumulative.Legs follow the same 8-to-12-week timeline for measurable change, but they often look slower for two reasons. They start from a larger base — you walk on them daily — so a given amount of new tissue is a smaller percentage change and less visually obvious. And many people train legs less hard than upper body because it is more uncomfortable. Quadriceps in particular respond well to sufficient volume and full range of motion. The timeline is not different; the perception is.&lt;/p&gt;

&lt;h2&gt;
  
  
  Set the Calorie and Protein Targets First
&lt;/h2&gt;

&lt;p&gt;The timeline above assumes you are actually eating for it. Enter your stats to get evidence-based maintenance calories and a daily protein target in seconds. Free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fit.thicket.sh/tdee" rel="noopener noreferrer"&gt;Open TDEE Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>fitness</category>
      <category>health</category>
      <category>science</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Do I Have to Pay Taxes on Social Security? (Combined Income Explained)</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Tue, 28 Jul 2026 04:41:55 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/do-i-have-to-pay-taxes-on-social-security-combined-income-explained-134a</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/do-i-have-to-pay-taxes-on-social-security-combined-income-explained-134a</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://pay.thicket.sh/blog/do-i-have-to-pay-taxes-on-social-security" rel="noopener noreferrer"&gt;https://pay.thicket.sh/blog/do-i-have-to-pay-taxes-on-social-security&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://pay.thicket.sh/authors/jamie-reeves" rel="noopener noreferrer"&gt;Jamie Reeves&lt;/a&gt;, Personal Finance Writer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fdo-i-have-to-pay-taxes-on-social-security.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fdo-i-have-to-pay-taxes-on-social-security.webp%26w%3D3840%26q%3D75" alt="A stepped ramp rising in three stages, representing income thresholds" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Only if your other income is high enough. The test uses “combined income” — your adjusted gross income, plus any tax-exempt interest, plus &lt;em&gt;half&lt;/em&gt; of your Social Security benefits. Below $25,000 filing single, or $32,000 married filing jointly, none of your benefits are taxable. Between $25,000 and $34,000 single ($32,000–$44,000 joint), up to 50% of benefits can be taxable. Above $34,000 single ($44,000 joint), up to 85% can be. Crucially, “85% taxable” means 85% of your benefit is added to your taxable income — it is not an 85% tax rate, and at least 15% of your benefits are always tax-free.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Two things make this question harder than it should be: the calculation uses a figure called combined income that appears almost nowhere else in the tax code, and the widely-quoted “85%” sounds like a rate when it is a share. Both are cleared up below, along with the age myth.&lt;/p&gt;

&lt;h2&gt;
  
  
  Step 1: Work Out Your Combined Income
&lt;/h2&gt;

&lt;p&gt;Combined income is a specific formula:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your &lt;strong&gt;adjusted gross income&lt;/strong&gt; (wages, pensions, IRA and 401(k) withdrawals, interest, dividends, capital gains)&lt;/li&gt;
&lt;li&gt;plus &lt;strong&gt;tax-exempt interest&lt;/strong&gt; — municipal bond interest counts here, even though it is otherwise tax-free&lt;/li&gt;
&lt;li&gt;plus &lt;strong&gt;one-half of your Social Security benefits&lt;/strong&gt;
That half-benefit detail matters. People often add their whole benefit, land above a threshold, and assume they owe tax when they do not. Only half of the benefit enters the test.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Step 2: Compare It to the Thresholds
&lt;/h2&gt;

&lt;p&gt;Filing statusNone taxableUp to 50% taxableUp to 85% taxableSingle / head of household / qualifying surviving spouseUnder $25,000$25,000 – $34,000Over $34,000Married filing jointlyUnder $32,000$32,000 – $44,000Over $44,000Married filing separately, lived apart all yearUnder $25,000$25,000 – $34,000Over $34,000Married filing separately, lived together at any pointBase amount is &lt;strong&gt;$0&lt;/strong&gt; — up to 85% taxable from the first dollar&lt;br&gt;
Base amounts per &lt;a href="https://www.irs.gov/publications/p915" rel="noopener noreferrer"&gt;IRS Publication 915&lt;/a&gt;. These thresholds are &lt;strong&gt;not indexed to inflation&lt;/strong&gt; and have not changed since the 1980s and 1990s — which is why a steadily growing share of retirees crosses them each year.&lt;/p&gt;

&lt;h2&gt;
  
  
  The 85% Misunderstanding
&lt;/h2&gt;

&lt;p&gt;“Up to 85% of your benefits are taxable” is a statement about how much of the benefit enters your taxable income. It is not a tax rate. Worked through:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You receive &lt;strong&gt;$30,000&lt;/strong&gt; in Social Security for the year.&lt;/li&gt;
&lt;li&gt;Your combined income puts you in the top band, so &lt;strong&gt;85%&lt;/strong&gt; of the benefit — &lt;strong&gt;$25,500&lt;/strong&gt; — is added to taxable income.&lt;/li&gt;
&lt;li&gt;That $25,500 is taxed at your &lt;em&gt;ordinary&lt;/em&gt; rate. In the 12% bracket, that is about &lt;strong&gt;$3,060&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;$3,060 on a $30,000 benefit is an effective rate of about &lt;strong&gt;10%&lt;/strong&gt; — not 85%.
And the 85% is a ceiling. No matter how high your income goes, at least 15% of your Social Security benefits are never taxed.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Age Myth
&lt;/h2&gt;

&lt;p&gt;There is &lt;strong&gt;no age at which Social Security benefits stop being taxable.&lt;/strong&gt;Not 65, not 70, not full retirement age. Taxability is determined by combined income and nothing else. A 90-year-old with a large required minimum distribution pays tax on benefits; a 62-year-old with modest other income pays none.&lt;/p&gt;

&lt;p&gt;What genuinely changes with age is how much other income you have. Required minimum distributions from traditional retirement accounts push combined income up, which is why some retirees find benefits become taxable years after they started collecting, with nothing about the benefit itself having changed.&lt;/p&gt;

&lt;h2&gt;
  
  
  Levers That Actually Reduce the Bill
&lt;/h2&gt;

&lt;p&gt;Every lever works by moving combined income, because that is what the test reads:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Roth withdrawals do not count&lt;/strong&gt; toward combined income. Building Roth balances before claiming is the cleanest structural fix — see our &lt;a href="https://pay.thicket.sh/blog/roth-vs-traditional-401k-2026" rel="noopener noreferrer"&gt;Roth vs traditional 401(k)&lt;/a&gt; comparison.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time large withdrawals and capital gains&lt;/strong&gt; into years before you claim, or into years you can absorb them.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Qualified charitable distributions&lt;/strong&gt; from an IRA after age 70½ satisfy required minimum distributions without raising adjusted gross income.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Municipal bonds do not help here.&lt;/strong&gt; Tax-exempt interest is explicitly added back into combined income.
## Paying the Tax&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you expect to owe, you can have federal tax withheld directly from your benefit by filing &lt;strong&gt;Form W-4V&lt;/strong&gt; with the Social Security Administration, choosing 7%, 10%, 12%, or 22%. The alternative is quarterly estimated payments, which work but mean four deadlines a year to remember. For how withholding works on earned income while you are still working, see &lt;a href="https://pay.thicket.sh/blog/when-to-update-w4-withholding" rel="noopener noreferrer"&gt;when to update your W-4&lt;/a&gt; and &lt;a href="https://pay.thicket.sh/blog/how-much-taxes-are-taken-out-of-my-paycheck" rel="noopener noreferrer"&gt;how much tax comes out of your paycheck&lt;/a&gt;. If you are still working while collecting, note that your wages remain subject to FICA regardless — see &lt;a href="https://pay.thicket.sh/blog/fica-vs-federal-income-tax" rel="noopener noreferrer"&gt;FICA vs federal income tax&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;Base amounts, the combined-income definition, and the 50%/85% inclusion rules: &lt;a href="https://www.irs.gov/publications/p915" rel="noopener noreferrer"&gt;IRS Publication 915 (Social Security and Equivalent Railroad Retirement Benefits)&lt;/a&gt; and &lt;a href="https://www.irs.gov/taxtopics/tc423" rel="noopener noreferrer"&gt;IRS Topic 423&lt;/a&gt;. Voluntary withholding from benefits: &lt;a href="https://www.irs.gov/forms-pubs/about-form-w-4-v" rel="noopener noreferrer"&gt;IRS Form W-4V&lt;/a&gt;. The worked example uses a 12% ordinary rate for illustration; your own rate depends on total taxable income. State treatment varies and is changing quickly — verify your state's current rules. General information, not tax advice. Last updated July 28, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;Only if your other income is high enough. The test uses 'combined income' — your adjusted gross income, plus any tax-exempt interest, plus half of your Social Security benefits. If that total is under $25,000 filing single (or $32,000 married filing jointly), none of your benefits are taxable. Between $25,000 and $34,000 single ($32,000–$44,000 joint), up to 50% of benefits can be taxable. Above $34,000 single ($44,000 joint), up to 85% can be taxable. Roughly 40% of recipients pay some tax on their benefits; the rest pay none.It is a specific figure invented for this test and used almost nowhere else, which is why it confuses people. Combined income equals your adjusted gross income, plus any tax-exempt interest (yes, municipal bond interest counts here even though it is otherwise tax-free), plus one-half of the Social Security benefits you received that year. Note that only half your benefits go into the calculation — a detail that trips up people who assume the whole payment counts and conclude they owe tax when they do not.No, and this is the single most common misunderstanding. The 85% figure is the portion of your benefits that becomes part of your taxable income — it is not a tax rate. If you receive $30,000 in benefits and 85% is taxable, then $25,500 gets added to your taxable income and is taxed at your ordinary rate. Someone in the 12% bracket would owe about $3,060 on that, roughly 10% of the benefit, not 85% of it. The maximum share of benefits that can ever be taxable is 85%; at least 15% of your benefits are always tax-free.There is no such age. This is a persistent myth — you may have heard 65, 70, or 'after full retirement age.' None of them are real. The taxability of benefits depends entirely on your combined income, not on how old you are. A 90-year-old with substantial retirement income pays tax on benefits; a 62-year-old with little other income pays none. What does change with age is the amount of other income you tend to have, which is why some people's benefits become taxable later in retirement when required minimum distributions begin.Usually not. The large majority of states do not tax Social Security benefits at all, and several states have no income tax whatsoever. A small and shrinking number of states do tax benefits, typically with their own income exemptions and age-based carve-outs that are often more generous than the federal rules. Because states have been steadily repealing these taxes in recent years, check your own state's current rules rather than relying on an older list — this is one of the fastest-changing corners of retirement tax.Because the test keys off combined income, the levers are all about managing that number. Roth withdrawals do not count toward combined income, so building Roth balances before claiming can keep you under a threshold. Timing large withdrawals or capital gains into years when you are not yet collecting benefits helps. Qualified charitable distributions from an IRA after age 70½ satisfy required minimum distributions without adding to adjusted gross income. And remember tax-exempt municipal bond interest does count here, so it does not help with this particular test. Coordinating withdrawals across account types is genuinely worth professional advice — the thresholds are not indexed to inflation, so more retirees cross them every year.If you expect to owe, yes — it is simpler than quarterly estimated payments. You can request federal withholding from benefits by filing Form W-4V with the Social Security Administration, choosing 7%, 10%, 12%, or 22% of your benefit. The alternative is paying quarterly estimated tax, which works but requires you to remember four deadlines a year. Many retirees find withholding less error-prone, particularly in the first year of benefits when the tax consequence is unfamiliar.&lt;/p&gt;

&lt;h2&gt;
  
  
  See Your Take-Home Pay
&lt;/h2&gt;

&lt;p&gt;Still working, or working while collecting benefits? Enter your salary, filing status, and state to see exactly what lands in your account each pay period. Free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;Open Take-Home Pay Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>finance</category>
      <category>taxes</category>
      <category>retirement</category>
      <category>career</category>
    </item>
    <item>
      <title>Does Creatine Cause Hair Loss? What the Evidence Actually Shows</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Tue, 28 Jul 2026 04:41:51 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/does-creatine-cause-hair-loss-what-the-evidence-actually-shows-4h15</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/does-creatine-cause-hair-loss-what-the-evidence-actually-shows-4h15</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://fit.thicket.sh/blog/does-creatine-cause-hair-loss" rel="noopener noreferrer"&gt;https://fit.thicket.sh/blog/does-creatine-cause-hair-loss&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://fit.thicket.sh/authors/sarah-okafor" rel="noopener noreferrer"&gt;Dr. Sarah Okafor&lt;/a&gt;, Exercise Physiologist&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fdoes-creatine-cause-hair-loss.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fdoes-creatine-cause-hair-loss.webp%26w%3D3840%26q%3D75" alt="A scoop of creatine monohydrate powder on a clean neutral surface" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There is no direct evidence that creatine causes hair loss. No study has ever measured hair as an outcome and found that creatine caused it to fall out. The entire belief traces to a single 2009 trial of 20 college rugby players that reported a rise in the DHT-to-testosterone ratio — a hormone marker — and did not look at hair at all. That finding has never been replicated in the fifteen-plus years since, despite creatine being one of the most studied supplements in existence. If you are genetically predisposed to male-pattern baldness you may lose hair whether or not you supplement; the evidence does not say creatine is the reason.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is a good case study in how one small result becomes received wisdom. Below is exactly what that study did and did not show, why the leap from “DHT went up” to “you will go bald” skips a step that matters, and what creatine’s genuinely documented side effects are.&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Study Behind the Whole Belief
&lt;/h2&gt;

&lt;p&gt;In 2009, researchers ran a three-week crossover trial in 20 college-aged rugby players and measured hormone levels (van der Merwe and colleagues, &lt;em&gt;Clinical Journal of Sport Medicine&lt;/em&gt;, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/19741313/" rel="noopener noreferrer"&gt;PMID 19741313&lt;/a&gt;). After seven days of loading at 25 g/day, the ratio of dihydrotestosterone (DHT) to testosterone rose roughly 36%, and stayed about 22% above baseline through two weeks of 5 g/day maintenance.&lt;/p&gt;

&lt;p&gt;Four details rarely travel with that headline:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Hair was never measured.&lt;/strong&gt; Not counted, not photographed, not assessed. The study was about hormones.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DHT stayed within the normal reference range&lt;/strong&gt; the whole time. The ratio shifted; the values did not become abnormal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Testosterone itself did not change significantly.&lt;/strong&gt; The ratio moved largely because DHT rose.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;n = 20, for three weeks.&lt;/strong&gt; Male-pattern baldness develops over years.
## It Has Never Been Replicated&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is the part that should settle it. Creatine is among the most heavily researched supplements ever sold, with hundreds of trials and decades of safety follow-up. In all of that, the 2009 DHT result stands alone — no successful replication in more than fifteen years.&lt;/p&gt;

&lt;p&gt;A review of common creatine questions and misconceptions examined the claim directly and concluded the evidence does not support a link between creatine supplementation and hair loss (Antonio and colleagues, 2021, &lt;em&gt;Journal of the International Society of Sports Nutrition&lt;/em&gt;, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/33557850/" rel="noopener noreferrer"&gt;PMID 33557850&lt;/a&gt;). The ISSN’s position stand on creatine safety and efficacy reviewed the literature and did not identify hair loss as an established adverse effect (Kreider and colleagues, 2017, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/28615996/" rel="noopener noreferrer"&gt;PMID 28615996&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;Get weekly fitness tips in your inbox&lt;/p&gt;

&lt;h2&gt;
  
  
  The Step the Myth Skips
&lt;/h2&gt;

&lt;p&gt;DHT really is central to male-pattern hair loss, which is why this myth is sticky — it sounds mechanistically sensible. But the mechanism runs through &lt;em&gt;inherited follicle sensitivity&lt;/em&gt; to DHT, not through circulating DHT alone. Men with the genetic predisposition lose hair at perfectly ordinary DHT levels. Men without it keep their hair at high ones.&lt;/p&gt;

&lt;p&gt;So even granting the 2009 result exactly as published, the chain has a missing link:&lt;/p&gt;

&lt;p&gt;Step in the claimEvidence statusCreatine raised the DHT:T ratio in 20 rugby players over 3 weeksObserved once, 2009 — never replicatedThose DHT levels were abnormal*&lt;em&gt;No&lt;/em&gt;* — stayed within the normal rangeA within-range DHT shift miniaturises hair follicles*&lt;em&gt;Not demonstrated&lt;/em&gt;&lt;em&gt;Creatine users lose more hair than non-users&lt;/em&gt;&lt;em&gt;Never measured in any study&lt;/em&gt;*&lt;br&gt;
Two of those four steps have no supporting evidence at all, and one is contradicted by the source study itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Creatine’s Real Side Effects Are
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Water retention — real, and misunderstood.&lt;/strong&gt; Creatine pulls water into muscle cells, typically showing up as one to three pounds on the scale in the first week. It is intracellular, not the puffy subcutaneous bloat people imagine.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GI discomfort — occasional, mostly avoidable.&lt;/strong&gt; Usually tied to large single doses. Skipping the loading phase and taking 3–5 g daily largely prevents it — see &lt;a href="https://fit.thicket.sh/blog/creatine-loading-vs-maintenance" rel="noopener noreferrer"&gt;loading vs maintenance&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Kidney damage — not supported.&lt;/strong&gt; Creatine raises serum creatinine, which is a &lt;em&gt;marker&lt;/em&gt; used to estimate kidney function, without impairing the kidney. The same misreading pattern as the hair-loss claim. Compare with &lt;a href="https://fit.thicket.sh/blog/is-protein-powder-bad-for-your-kidneys" rel="noopener noreferrer"&gt;the protein-and-kidneys myth&lt;/a&gt;, which has an almost identical structure.
For the efficacy side and the safety literature in more depth, see &lt;a href="https://fit.thicket.sh/blog/does-creatine-work" rel="noopener noreferrer"&gt;does creatine actually work (and is it safe)&lt;/a&gt;, and on form and timing, &lt;a href="https://fit.thicket.sh/blog/creatine-hcl-vs-monohydrate-efficacy" rel="noopener noreferrer"&gt;creatine HCl vs monohydrate&lt;/a&gt; and &lt;a href="https://fit.thicket.sh/blog/creatine-timing-does-it-matter" rel="noopener noreferrer"&gt;whether creatine timing matters&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  If You Are Actually Losing Hair
&lt;/h2&gt;

&lt;p&gt;Worth separating the question from the supplement. Male-pattern baldness is common, progressive, and genuinely treatable — and the treatments work considerably better the earlier they are started. If you are seeing real thinning, a dermatologist is the productive move. Dropping creatine on the strength of one unreplicated hormone study is unlikely to change the outcome, and it costs you a supplement with unusually strong evidence behind it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;The DHT finding: van der Merwe J, Brooks NE, Myburgh KH, “Three weeks of creatine monohydrate supplementation affects dihydrotestosterone to testosterone ratio in college-aged rugby players,” &lt;em&gt;Clinical Journal of Sport Medicine&lt;/em&gt; 2009 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/19741313/" rel="noopener noreferrer"&gt;PMID 19741313&lt;/a&gt;). Misconception review: Antonio J et al., &lt;em&gt;JISSN&lt;/em&gt; 2021 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/33557850/" rel="noopener noreferrer"&gt;PMID 33557850&lt;/a&gt;). Safety position stand: Kreider RB et al., &lt;em&gt;JISSN&lt;/em&gt; 2017 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/28615996/" rel="noopener noreferrer"&gt;PMID 28615996&lt;/a&gt;). Creatine in women: Smith-Ryan AE et al., &lt;em&gt;Nutrients&lt;/em&gt; 2021 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/33800439/" rel="noopener noreferrer"&gt;PMID 33800439&lt;/a&gt;). General information for healthy adults, not medical advice; if you are losing hair or managing a health condition, speak to a clinician. Last updated July 28, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;There is no direct evidence that it does. No study has ever measured hair loss as an outcome and found creatine caused it. The entire concern traces to a single 2009 trial of 20 college rugby players which reported a rise in the DHT-to-testosterone ratio after three weeks of supplementation (van der Merwe 2009, PMID 19741313) — it did not measure hair at all. That result has not been replicated in the years since, and a review of common creatine misconceptions concluded the evidence does not support a link between creatine and hair loss (Antonio 2021, PMID 33557850). If you are genetically predisposed to male-pattern baldness you may lose hair whether or not you take creatine; the evidence does not say creatine is what caused it.It enrolled 20 college-aged rugby players in a three-week crossover and measured hormones, not hair. After seven days of loading at 25 g/day, the DHT-to-testosterone ratio rose about 36% and remained roughly 22% above baseline through two weeks of 5 g/day maintenance. Importantly, the DHT values stayed within the normal clinical reference range throughout, testosterone itself did not change significantly, and no hair-related outcome was recorded. It is a small, single, short study of a hormonal marker — a reasonable prompt for further research, which is exactly what it has not received.No. That is the crux of the matter. The 2009 trial has stood alone for over fifteen years without a successful replication, despite creatine being among the most heavily studied supplements in existence, with hundreds of trials and decades of safety data. In science, a single unreplicated result in 20 people is a hypothesis, not a conclusion. The International Society of Sports Nutrition's position stand on creatine safety reviewed the body of evidence and did not identify hair loss as an established adverse effect (Kreider 2017, PMID 28615996).DHT is genuinely central to male-pattern hair loss, which is why the myth is plausible enough to persist. But the mechanism depends on inherited sensitivity of the hair follicle to DHT, not simply on how much DHT is circulating. People with the genetic predisposition lose hair at ordinary DHT levels; people without it keep their hair at high ones. So even taking the 2009 ratio change at face value — a change that stayed inside the normal range — it does not follow that hair loss results. The causal step everyone assumes, from a within-range hormone shift to actual follicle miniaturisation, is the step no study has demonstrated.That is a personal call, and worth making with the actual odds in view. Creatine monohydrate has the strongest efficacy and safety evidence of any sports supplement, with well-documented benefits for strength, muscle mass, and increasingly for cognition and healthy ageing. Against that sits one unreplicated hormonal marker study that never measured hair. If you are noticing genuine thinning, the far more productive step is to see a dermatologist — male-pattern baldness is treatable and the treatments work better the earlier they start. Stopping creatine is unlikely to be the intervention that helps.There is no evidence for it, and even less mechanistic reason to expect it. The DHT hypothesis is built on male-pattern androgenic alopecia; female-pattern hair loss has a different and less androgen-driven pathophysiology. A review of creatine in women's health across the lifespan found the supplement generally safe and potentially beneficial, particularly around menopause, without flagging hair loss as a concern (Smith-Ryan 2021, PMID 33800439). Women are also frequently under-dosed relative to the evidence — the standard 3 to 5 g/day applies regardless of sex.The genuinely documented ones are mild and mostly manageable. Some short-term water retention is normal and expected — creatine draws water into muscle cells, which typically shows up as one to three pounds of scale weight in the first week and is intracellular, not the subcutaneous bloating people picture. Gastrointestinal discomfort can occur, usually at high single doses, and is largely avoidable by skipping the loading phase and taking 3 to 5 g daily instead. The kidney-damage claim, like the hair-loss one, does not survive contact with the evidence: creatine raises serum creatinine, a marker used to estimate kidney function, without impairing the kidney itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get Your Training Numbers Right
&lt;/h2&gt;

&lt;p&gt;Supplements are the small lever. Calorie and protein targets are the large one. Enter your stats and get evidence-based daily numbers in seconds — free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fit.thicket.sh/tdee" rel="noopener noreferrer"&gt;Open TDEE Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>health</category>
      <category>fitness</category>
      <category>science</category>
      <category>nutrition</category>
    </item>
    <item>
      <title>How to Measure Whether AI Assistants Cite Your Site</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Mon, 27 Jul 2026 05:17:31 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/how-to-measure-whether-ai-assistants-cite-your-site-4po5</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/how-to-measure-whether-ai-assistants-cite-your-site-4po5</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://thicket.sh/blog/how-to-measure-ai-citations" rel="noopener noreferrer"&gt;https://thicket.sh/blog/how-to-measure-ai-citations&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://thicket.sh/blog" rel="noopener noreferrer"&gt;← Back to Journal&lt;/a&gt;&lt;br&gt;
Methodology&lt;/p&gt;

&lt;p&gt;No tool reports this end to end. Three separate measurements exist, each counting something different, and the gap between them is where most of the confusion lives. Here is what each one actually measures, what it misses, and the numbers from our own 21-site portfolio.&lt;/p&gt;

&lt;p&gt;By Thicket AI Team · July 27, 2026 · 9 min read&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;There is no analytics product that tells you how often an AI assistant used your page to answer someone. What exists is three partial measurements: Bing Webmaster's AI Performance report, which is the only first-party citation count any major platform publishes; an analytics referrer segment, which counts the minority of citations that produce a click; and server logs, which show crawlers fetching pages and tell you nothing about whether the content was used. Used together they bracket the truth. Used alone, each one is misleading in a specific and predictable direction.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We publish this because we had to work it out ourselves, and because the gap between the measurements turned out to be the most important number in our own operation. Over an identical 28-day window our sites received &lt;strong&gt;67 clicks from Google&lt;/strong&gt; and were cited &lt;strong&gt;14,394 times by Microsoft Copilot and partner models&lt;/strong&gt;. Those two numbers describe the same 21 websites in the same month. If we had been watching only one dashboard, we would have concluded something completely wrong about what we had built.&lt;/p&gt;

&lt;h2&gt;
  
  
  Measurement 1: Bing Webmaster AI Performance (citations)
&lt;/h2&gt;

&lt;p&gt;This is the closest thing to a direct citation count that exists. In Bing Webmaster Tools, a verified site gets an &lt;em&gt;AI Performance&lt;/em&gt; report covering citations by Microsoft Copilot and its partner models. It gives you a daily time series, a total, and two tables that matter: the &lt;strong&gt;grounding queries&lt;/strong&gt; that pulled your content into an answer, and your &lt;strong&gt;pages ranked by citation count&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Three practical notes from using it weekly:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Verify the root domain, not each subdomain.&lt;/strong&gt; The report aggregates across subdomains, so one read covers an entire portfolio. Ours returns 179 distinct cited pages across 21 subdomains in a single view.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;There is no API.&lt;/strong&gt; A sweep of candidate Bing Webmaster API endpoint names in May 2026 returned 404 for every one. The report is interface-only, which means a human or a browser-driving agent has to read it. Budget for that; it is the reason most teams never look.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The grounding-query table is the actionable half.&lt;/strong&gt; Citation totals are a scoreboard. The queries tell you which questions your content is being pulled into, and the citation-share column tells you how much of that answer you own. That is a content brief, not a vanity metric.
What it misses: everything outside Microsoft's ecosystem. It says nothing about ChatGPT, Claude, Gemini or Perplexity. Treating it as total AI visibility is the mistake it invites.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Measurement 2: Analytics referrers (click-through)
&lt;/h2&gt;

&lt;p&gt;Every major assistant passes a referrer when a user clicks a link in an answer. Segmenting analytics by those hosts gives you assistant-referred sessions. The practical host list:&lt;/p&gt;

&lt;p&gt;chatgpt.com · chat.openai.com · perplexity.ai · claude.ai · gemini.google.com · copilot.microsoft.com · you.com · phind.com&lt;/p&gt;

&lt;p&gt;Two caveats decide whether your number means anything. First, &lt;strong&gt;some assistant traffic arrives with no referrer&lt;/strong&gt; and lands in Direct, so this is a floor, not a total. Second, &lt;strong&gt;GA4's built-in “AI Assistant” channel group and your own referrer segment will not match&lt;/strong&gt; — ours disagree by a few percent because they use different host lists. Neither is wrong. But if you switch between them mid-quarter, your trend line is measuring your methodology. Pick one, write it down, keep it.&lt;/p&gt;

&lt;p&gt;What it misses: the large majority of citations. A citation that answers the question in the chat produces no click and leaves no trace here at all.&lt;/p&gt;

&lt;h2&gt;
  
  
  Measurement 3: Server logs (crawling, not citing)
&lt;/h2&gt;

&lt;p&gt;Your logs show assistant crawlers fetching pages. This is genuinely useful for one question — &lt;em&gt;can they even reach my content?&lt;/em&gt; — and useless for the question people actually ask it. A fetch is not a citation. A page can be crawled daily and never used in a single answer.&lt;/p&gt;

&lt;p&gt;Use logs to verify access and nothing more: that your robots rules permit the crawlers you want, that important pages return 200 to them, and that JavaScript-dependent content is not invisible in the raw HTML.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Three Together
&lt;/h2&gt;

&lt;p&gt;MeasurementCountsBlind toOur 28-day figureBing AI PerformanceCitations by Copilot + partner modelsEverything non-Microsoft14,394 citations, 179 pagesAnalytics referrersSessions from assistant linksCitations that produce no click126 sessionsServer logsCrawler fetchesWhether content was used at allAccess verification only*For contrast:* Search ConsoleGoogle clicks and impressionsAll assistant surfaces67 clicks / 38,115 impressions&lt;br&gt;
The ratio between rows one and two is the finding. Roughly a hundred citations for every assistant-referred session means the overwhelming majority of AI visibility never touches your analytics. Any organisation judging its AI presence by session counts is reading the smallest of the available numbers.&lt;/p&gt;

&lt;h2&gt;
  
  
  Two Things We Did Not Expect
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Citations look like a stock, not a flow.&lt;/strong&gt; Our most-cited property has published nothing since early July 2026 — it is on maintenance only — and it remains the largest single source of citations in the portfolio, holding 4,827 of our top-25 citation count. Rankings decay when you stop publishing. Citations, so far, have not. We are re-measuring at 60 and 90 days before believing it, but if it holds it changes what a content budget is buying.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The pages that get cited are not the pages built to rank.&lt;/strong&gt; Our most-cited content answers a question a person actually asks out loud, puts a direct answer in the first line, and cites a primary source next to each claim. Pages engineered for search rankings do markedly worse on this surface. Evidence-shaped, not SEO-shaped.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Minimum Viable Setup
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Verify your &lt;strong&gt;root domain&lt;/strong&gt; in Bing Webmaster Tools and read the AI Performance report weekly at the 3-month window. Save the totals, the per-page table and the grounding-query table to a dated file — the interface shows you the present, and you will want the trend.&lt;/li&gt;
&lt;li&gt;Build one &lt;strong&gt;assistant-referrer segment&lt;/strong&gt; in your analytics with the host list above. Write the definition down. Do not change it.&lt;/li&gt;
&lt;li&gt;Check your &lt;strong&gt;logs&lt;/strong&gt; once for crawler access, then stop looking at them for this purpose.&lt;/li&gt;
&lt;li&gt;Report the citation count and the session count &lt;strong&gt;side by side, over identical windows&lt;/strong&gt;. Separately they mislead; together they are the actual picture.
## Frequently Asked Questions&lt;/li&gt;
&lt;/ol&gt;

&lt;h3&gt;
  
  
  Can you track when ChatGPT or Copilot cites your website?
&lt;/h3&gt;

&lt;p&gt;Partially, and only through three separate measurements that no single tool combines. Bing Webmaster Tools has an AI Performance report that counts citations of your pages by Microsoft Copilot and its partner models, including a per-page and per-query breakdown — it is the only first-party citation count any major platform publishes. GA4 (or any analytics tool) can be segmented by referrer to count sessions arriving from assistant domains such as chatgpt.com and perplexity.ai, which measures click-through rather than citation. Server logs show the AI crawlers fetching your pages, which measures neither. Citations without a click are invisible to analytics entirely, which is why the Bing report matters out of proportion to Bing's search share.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why don't AI citations show up in Google Analytics?
&lt;/h3&gt;

&lt;p&gt;Because a citation is not a visit. When an assistant reads your page and summarises it in an answer, the user often never clicks — they got what they needed in the chat. Nothing reaches your analytics. GA4 only records the minority of cases where someone follows the link. In our own portfolio the gap between the two is roughly two orders of magnitude: 14,394 citations recorded by Microsoft against 126 assistant-referred sessions in GA4 over the same window. Judging AI visibility by analytics sessions alone therefore undercounts it dramatically.&lt;/p&gt;

&lt;h3&gt;
  
  
  Where is the AI Performance report in Bing Webmaster Tools?
&lt;/h3&gt;

&lt;p&gt;Under the AI Performance section for a verified site, with 7-day, 30-day, 3-month and 6-month windows. It reports total citations, average cited pages per day, a daily time series, and two tables: one listing the grounding queries that pulled your content into an answer, and one listing your pages by citation count. There is no API for it — an endpoint sweep in May 2026 found no citation endpoint on the Bing Webmaster API — so it must be read from the interface. If you verify your root domain, the report aggregates across all subdomains, which makes one read cover an entire portfolio.&lt;/p&gt;

&lt;h3&gt;
  
  
  Which analytics referrers indicate AI-assistant traffic?
&lt;/h3&gt;

&lt;p&gt;The practical list is chatgpt.com, chat.openai.com, perplexity.ai, claude.ai, gemini.google.com, copilot.microsoft.com, you.com and phind.com. Two caveats matter. Some assistant traffic arrives without a referrer at all and lands in Direct, so this is a floor rather than a total. And GA4's own 'AI Assistant' default channel group and a hand-built referrer segment will not agree exactly — ours differ by a few percent — because they use different host lists. Pick one definition, write it down, and keep it stable, or your trend line will measure your methodology instead of your traffic.&lt;/p&gt;

&lt;h3&gt;
  
  
  Do AI citations decay the way rankings do?
&lt;/h3&gt;

&lt;p&gt;Our data suggests less than expected, though the observation is young. Our most-cited property has published nothing new since early July 2026 and remains the largest single source of citations in the portfolio, holding 4,827 of the top-25 citation count. That looks more like a stock than a flow — a ranking decays when you stop publishing, while a citation appears to keep being earned by the page that already answers the question. We are treating this as provisional and re-measuring at 60 and 90 days rather than building a strategy on one reading.&lt;/p&gt;

&lt;h2&gt;
  
  
  Method and Caveats
&lt;/h2&gt;

&lt;p&gt;Figures come from our own 21-site portfolio over the 28 days ending 24 July 2026: Bing Webmaster AI Performance (citations), GA4 referrer segmentation (sessions) and Google Search Console (clicks and impressions). Bing states that its AI Performance data is a sample of overall activity and may be refined as more data is processed, so treat the totals as indicative of magnitude and trend rather than exact. The citation-durability observation rests on a few weeks of data on one property and is the least reliable claim here — we flag it as provisional deliberately. Our full operating numbers, including the experiments that failed, are published in &lt;a href="https://thicket.sh/report" rel="noopener noreferrer"&gt;the Thicket Report&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;More from the Journal&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://thicket.sh/blog/how-we-built-23-websites-in-48-hours" rel="noopener noreferrer"&gt;How We Built 23 Websites in 48 Hours with AI Agents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thicket.sh/blog/meet-our-ai-agent-team" rel="noopener noreferrer"&gt;Meet Our Team: The AI Agents Running Traffic Empire&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thicket.sh/blog/why-we-chose-transparency" rel="noopener noreferrer"&gt;Why We Chose Transparency Over Deception&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>ai</category>
      <category>seo</category>
      <category>analytics</category>
      <category>webdev</category>
    </item>
    <item>
      <title>How Is an ETF Expense Ratio Charged? (Daily, Not Billed)</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Mon, 27 Jul 2026 05:17:27 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/how-is-an-etf-expense-ratio-charged-daily-not-billed-3fjg</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/how-is-an-etf-expense-ratio-charged-daily-not-billed-3fjg</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://etf.thicket.sh/blog/how-is-an-etf-expense-ratio-charged" rel="noopener noreferrer"&gt;https://etf.thicket.sh/blog/how-is-an-etf-expense-ratio-charged&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;An ETF expense ratio is never billed to you and never shows up as a line item. The fund deducts it from its own assets a little at a time — roughly 1/365th of the annual rate every day — before it calculates the net asset value that sets the share price. So the price you see has already had that day’s fee removed. It is charged on your &lt;em&gt;entire&lt;/em&gt; balance, not on your gains, so a fund that loses money still collects it. You pay it continuously for exactly as long as you hold, and you stop paying it the day you sell.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is the single most-searched confusion about fund costs, and the reason is structural: every other fee in a person’s financial life arrives as a charge they can point at. This one is invisible by design. Below is exactly where the money goes, why the ratio can differ between two apps showing the same fund, and what the number leaves out.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Deduction Happens Inside NAV
&lt;/h2&gt;

&lt;p&gt;An ETF calculates its net asset value once each trading day: total value of holdings, minus liabilities, divided by shares outstanding. The fund’s accrued expenses are part of those liabilities. Each day the fund books approximately one day’s worth of its annual expense ratio as an expense, and that accrual reduces NAV before the figure is published.&lt;/p&gt;

&lt;p&gt;The consequence worth internalising: &lt;strong&gt;you never transact for the fee.&lt;/strong&gt;No cash leaves your account, no share count changes. Your position is simply worth marginally less than an identical, costless portfolio would be. Over a day it is unmeasurable. Over thirty years it is the difference the whole low-cost index argument rests on — see our &lt;a href="https://etf.thicket.sh/blog/etf-fee-drag-by-expense-ratio-2026" rel="noopener noreferrer"&gt;breakdown of fee drag by expense ratio&lt;/a&gt; for what that compounds to.&lt;/p&gt;

&lt;h2&gt;
  
  
  Daily, Not Annual — and Pro-Rata
&lt;/h2&gt;

&lt;p&gt;The ratio is &lt;em&gt;quoted&lt;/em&gt; annually and &lt;em&gt;charged&lt;/em&gt; daily. A 0.03% fund takes about 0.0000822% of assets per day, not 0.03% on some anniversary. Two practical implications follow:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Holding for a month costs about a twelfth of the annual rate.&lt;/strong&gt;You do not owe a full year’s fee for a short holding period.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;There is no date to sell before.&lt;/strong&gt; Unlike a mutual fund distribution or an annual account fee, there is no billing event to dodge. The cost is smooth.
## Charged on Balance, Not on Profit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The fee is a percentage of assets under management. It applies to your whole position regardless of performance:&lt;/p&gt;

&lt;p&gt;Balance0.03% ratio0.20% ratio0.75% ratio$10,000$3/yr$20/yr$75/yr$50,000$15/yr$100/yr$375/yr$100,000$30/yr$200/yr$750/yr$500,000$150/yr$1,000/yr$3,750/yr&lt;br&gt;
Approximate annual cost at a constant balance; in practice the fee accrues against the balance as it moves.&lt;/p&gt;

&lt;p&gt;A down year does not pause it. That asymmetry — fees on the full balance, returns uncertain — is why cost is the one variable in investing you control outright.&lt;/p&gt;

&lt;h2&gt;
  
  
  Gross vs Net: the Waiver That Expires
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;gross&lt;/strong&gt; expense ratio is what running the fund actually costs. The &lt;strong&gt;net&lt;/strong&gt; ratio is what you pay after any fee waiver or expense reimbursement the sponsor has agreed to. New or small funds frequently launch with a waiver to post a competitive headline number.&lt;/p&gt;

&lt;p&gt;The trap is that waivers are contractual for a stated term and can lapse. When one expires, your cost steps up to the gross figure with no action on your part and no notification you are likely to notice. The expiry date is in the prospectus. If a fund’s gross and net numbers differ meaningfully, that gap is a scheduled future price increase.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the Expense Ratio Does Not Include
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The fund’s own trading costs.&lt;/strong&gt; Commissions and spreads the fund pays when it rebalances come out of fund assets but sit outside the ratio. High-turnover strategies carry more of this hidden cost than their ratio suggests.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Your bid-ask spread.&lt;/strong&gt; On a mega-cap index ETF, a penny. On a thin or exotic fund, a single round trip can cost more than a year of expense ratio.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Premium or discount to NAV.&lt;/strong&gt; An ETF trades at a market price that can drift from the value of its holdings, most visibly in volatile markets or in funds holding assets that trade in other time zones.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brokerage and platform fees&lt;/strong&gt;, where your broker charges them.
For a broad, liquid fund held long term, the expense ratio really is the dominant cost. For a narrow one traded often, it can be the smallest of the four.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Counts as a Good Ratio
&lt;/h2&gt;

&lt;p&gt;Fund typeTypical rangeReadBroad index (total market, S&amp;amp;P 500)0.02% – 0.09%Competitive; the floor is near zeroSector / factor0.10% – 0.50%Reasonable if the exposure is genuinely distinctActive / thematic / covered-call income0.35% – 0.95%Needs a specific thesis to justifyAnything above 1.00%&amp;gt; 1.00%Mutual-fund-era pricing; look for a cheaper equivalent&lt;br&gt;
The comparison matters more than the absolute number. Two funds tracking nearly the same index at very different prices is the clearest case — see &lt;a href="https://etf.thicket.sh/blog/qqq-vs-qqqm-cheaper-version" rel="noopener noreferrer"&gt;QQQ vs QQQM&lt;/a&gt;, where the cheaper share class holds the same portfolio, and &lt;a href="https://etf.thicket.sh/blog/voo-vs-spy-vs-ivv-2026" rel="noopener noreferrer"&gt;VOO vs SPY vs IVV&lt;/a&gt;, three funds on the same index at different costs. For the broader structural comparison, see &lt;a href="https://etf.thicket.sh/blog/etf-vs-index-fund" rel="noopener noreferrer"&gt;ETF vs index fund&lt;/a&gt; and &lt;a href="https://etf.thicket.sh/blog/etf-vs-mutual-funds-2026" rel="noopener noreferrer"&gt;ETF vs mutual funds&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources
&lt;/h2&gt;

&lt;p&gt;Fee definitions, the requirement that costs be disclosed in the prospectus, and the long-run effect of expenses on returns: &lt;a href="https://www.sec.gov/investor/pubs/inwsmf.htm" rel="noopener noreferrer"&gt;U.S. Securities and Exchange Commission, Mutual Funds and ETFs&lt;/a&gt; and &lt;a href="https://www.investor.gov/introduction-investing/investing-basics/glossary/mutual-fund-fees-and-expenses" rel="noopener noreferrer"&gt;Investor.gov on fund fees and expenses&lt;/a&gt;. Net asset value and how funds calculate it: &lt;a href="https://www.investor.gov/introduction-investing/investing-basics/glossary/net-asset-value" rel="noopener noreferrer"&gt;Investor.gov, Net Asset Value&lt;/a&gt;. Daily-accrual figures use the annual ratio divided by 365. Typical ranges reflect fees observed across large US-listed ETFs and change over time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Caveats
&lt;/h2&gt;

&lt;p&gt;This describes US-regulated ETFs and is general information, not investment advice. A specific fund’s current gross and net expense ratios, any waiver and its expiry, and its turnover are stated in that fund’s prospectus on the issuer’s own site — which is the authoritative source when a data provider or app disagrees.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;How is an ETF expense ratio actually charged?It is never billed to you and never appears as a line item. The fund accrues its expenses daily out of its own assets: each day roughly 1/365th of the annual expense ratio is deducted before the fund strikes its net asset value (NAV). So the price you see already has that day's fee taken out. You pay it by owning the fund and watching a slightly lower NAV than you would have had otherwise. This is why investors search their brokerage statements for the charge and never find it — there is nothing to find, because the deduction happens inside the fund before the number ever reaches you.Is an expense ratio charged daily, monthly, or annually?The ratio is quoted as an annual percentage, but it is accrued daily. A fund with a 0.03% expense ratio does not take 0.03% once a year; it takes about 0.0000822% of assets each day, every day the market is open, as part of calculating that day's NAV. The practical effect is that the fee is charged continuously and pro-rata for exactly as long as you hold. If you own a fund for one month, you pay roughly one twelfth of the annual rate — you do not owe a full year's fee, and you do not escape it by selling before a year-end date.Is the expense ratio charged on your profit or on your total balance?On your total balance, not your profit. The fee is a percentage of assets under management, so it applies to the entire value of your position whether the fund is up, down, or flat. A 0.20% expense ratio on a $50,000 holding costs about $100 a year regardless of performance. This is the detail that surprises people most: a losing fund still charges its fee, and it charges it on the full remaining balance. Performance-based fees that only apply to gains exist in some hedge-fund structures, but not in a standard ETF expense ratio.What is a good expense ratio for an ETF?For a broad, plain-vanilla index ETF, anything at or under about 0.10% is competitive, and the largest total-market and S&amp;amp;P 500 funds now sit between 0.02% and 0.09%. Sector and factor funds typically run 0.10% to 0.50%. Actively managed, thematic, and covered-call income funds are commonly 0.35% to 0.95%. Above roughly 1.00% you are paying mutual-fund-era pricing and should have a specific reason. The useful test is not the absolute number but the comparison: if a nearly identical index is available at a fraction of the cost, the difference is pure drag with nothing bought for it.What is the difference between gross and net expense ratio?The gross expense ratio is what the fund's operating costs actually amount to. The net expense ratio is what shareholders actually pay after any fee waiver or expense reimbursement the sponsor has agreed to. Newer or smaller funds often launch with a waiver to look competitive, so the net figure is lower than the gross. What matters is that waivers are usually contractual for a stated period and can expire — at which point your cost rises to the gross figure without you doing anything. Check the expiry date in the prospectus, not just the headline number.Does the expense ratio include trading costs and commissions?No, and this is a real gap. The expense ratio covers the fund's management fee and operating costs — administration, custody, legal, accounting. It excludes the brokerage commissions and bid-ask spreads the fund incurs when it trades its holdings, which are paid out of fund assets but reported separately. It also excludes what it costs you to trade: the bid-ask spread on the ETF itself, and any premium or discount to NAV. For a heavily traded fund those are trivial; for a thin, exotic one the spread can exceed a year of expense ratio on a single round trip.Why does the same ETF show a different expense ratio on different apps?Usually because one source is showing the gross ratio and another the net (post-waiver) ratio, or because one has not refreshed after a fee change — issuers cut fees fairly often and third-party data lags. Some apps also blend in other costs or display a total cost of ownership figure. The authoritative number is the one in the fund's own prospectus and summary prospectus on the issuer's website, which is the document the SEC requires. When two sources disagree, the prospectus wins.expense ratioETF feesNAVdaily accrualgross vs netfee waiverfee dragSEC&lt;a href="https://etf.thicket.sh/blog" rel="noopener noreferrer"&gt;← More fund analysis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>investing</category>
      <category>finance</category>
      <category>etf</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Why Is My Paycheck Lower Than Expected? (Every Common Cause)</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Sun, 26 Jul 2026 06:16:12 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/why-is-my-paycheck-lower-than-expected-every-common-cause-9d0</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/why-is-my-paycheck-lower-than-expected-every-common-cause-9d0</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://pay.thicket.sh/blog/why-is-my-paycheck-lower-than-expected" rel="noopener noreferrer"&gt;https://pay.thicket.sh/blog/why-is-my-paycheck-lower-than-expected&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://pay.thicket.sh/authors/jamie-reeves" rel="noopener noreferrer"&gt;Jamie Reeves&lt;/a&gt;, Personal Finance Writer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fwhy-is-my-paycheck-lower-than-expected.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fwhy-is-my-paycheck-lower-than-expected.webp%26w%3D3840%26q%3D75" alt="Two pay stubs side by side with one deduction line different between them" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A smaller-than-expected paycheck almost always traces to one changed line, not to the whole check being wrong. The usual causes: a benefits or retirement deduction changed (open-enrollment premiums reset, or a 401(k) auto-escalation stepped up your rate); the calendar year rolled over, which resets the Social Security wage base and the federal withholding tables; you crossed a mid-year threshold such as the 0.9% Additional Medicare Tax above $200,000; your W-4 changed; a bonus or commission in the same period was withheld under supplemental-wage rules; or your hours, overtime, or shift differential simply differed. Put this stub next to the previous one and compare the same lines in order — the gap is nearly always a single line with a knowable cause.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The frustrating part of a short paycheck is not the money, it is not knowing which of a dozen moving parts moved. Below is the full list, roughly ordered by how often each is the culprit, followed by a diagnostic table and the one case that is a genuine payroll error worth raising.&lt;/p&gt;

&lt;h2&gt;
  
  
  1. A Deduction Changed (Most Common)
&lt;/h2&gt;

&lt;p&gt;Deductions change more often than taxes do, and usually without an announcement you registered at the time.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Benefits open enrollment.&lt;/strong&gt; Medical, dental, and vision premiums typically reset at the plan year and typically go up. Because most are pre-tax through a Section 125 plan, a premium increase lowers take-home by less than its face amount — but it still lowers it. See &lt;a href="https://pay.thicket.sh/blog/pre-tax-vs-after-tax-paycheck-deductions" rel="noopener noreferrer"&gt;which deductions are pre-tax&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;401(k) auto-escalation.&lt;/strong&gt; Many plans automatically raise your contribution rate by a percentage point on a set date each year unless you opt out. Nothing arrives in the mail; the rate on your stub just goes up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A new HSA or FSA election.&lt;/strong&gt; Annual elections are divided across the year’s paychecks, so a higher election means a bigger per-check deduction. See &lt;a href="https://pay.thicket.sh/blog/hsa-vs-fsa-dual-income-families" rel="noopener noreferrer"&gt;HSA vs FSA&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A dependent added to coverage.&lt;/strong&gt; Moving from employee-only to employee-plus-family is often the single largest deduction change a person ever sees.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;A garnishment order started.&lt;/strong&gt; Court-ordered, taken from after-tax pay, and subject to federal limits on how much can be taken. See &lt;a href="https://pay.thicket.sh/blog/how-much-of-my-paycheck-can-be-garnished" rel="noopener noreferrer"&gt;how much of your paycheck can be garnished&lt;/a&gt;.
## 2. The January Reset&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If the drop happened in the first paycheck of a new year, it is almost certainly this, and several effects stack at once. The Social Security wage base restarts, so anyone who had earned past it the prior year — $184,500 for 2026 — and stopped paying the 6.2% is paying it again from the first dollar. New IRS withholding tables take effect (&lt;a href="https://www.irs.gov/pub/irs-pdf/p15t.pdf" rel="noopener noreferrer"&gt;IRS Publication 15-T&lt;/a&gt;). Benefit elections and 401(k) escalations start. January is the most predictable paycheck drop of the year and it is not an error.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. You Crossed a Mid-Year Tax Threshold
&lt;/h2&gt;

&lt;p&gt;Two thresholds change withholding partway through a year, in opposite directions.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Additional Medicare Tax (paycheck goes down).&lt;/strong&gt; Employers must withhold an extra 0.9% on wages above $200,000 in a calendar year, regardless of filing status, starting in the pay period you cross it (&lt;a href="https://www.irs.gov/taxtopics/tc751" rel="noopener noreferrer"&gt;IRS Topic 751&lt;/a&gt;). Nothing about your salary changed; the rate on the wages above the line did.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Social Security wage base (paycheck goes up).&lt;/strong&gt; Once year-to-date wages pass $184,500 in 2026, the 6.2% Social Security tax stops for the rest of the year and take-home jumps. This is why some high earners see a raise in October that reverses in January.
## 4. Your W-4 Changed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;A new W-4 — yours, or one filed during onboarding or a life-event update — changes withholding immediately. The usual culprits are checking the multiple-jobs box, removing a dependent, or entering extra withholding on line 4c. Each is intentional in the moment and easy to forget by the next paycheck. See &lt;a href="https://pay.thicket.sh/blog/when-to-update-w4-withholding" rel="noopener noreferrer"&gt;when to update your W-4&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. A Bonus or Other Supplemental Pay Was in the Same Period
&lt;/h2&gt;

&lt;p&gt;Bonuses, commissions, and retroactive raises are supplemental wages and are withheld under their own rules — commonly a flat 22% federal rate, or blended with your regular wages under the aggregate method, which temporarily raises the withholding rate on the entire check. The result often looks like over-withholding, and frequently is; it settles at filing. See &lt;a href="https://pay.thicket.sh/blog/supplemental-wages-tax-2026" rel="noopener noreferrer"&gt;how supplemental wages are taxed&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  6. Your Hours or Pay Periods Differed
&lt;/h2&gt;

&lt;p&gt;The dull explanation is often the right one: fewer hours, less overtime, no shift differential, or unpaid time off. And on a biweekly schedule some years contain 27 paychecks rather than 26, with fixed deductions spread across only some of them — so the extra check carries a different deduction load. See &lt;a href="https://pay.thicket.sh/blog/biweekly-pay-27-paychecks-2026" rel="noopener noreferrer"&gt;the 27-paycheck year&lt;/a&gt; and &lt;a href="https://pay.thicket.sh/blog/how-many-paychecks-in-a-year" rel="noopener noreferrer"&gt;how many paychecks are in a year&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Diagnostic Table
&lt;/h2&gt;

&lt;p&gt;What you noticeMost likely causeWhere to look on the stubDrop in the first check of the yearJanuary reset (wage base, tables, benefits, 401k escalation)Social Security line + benefit linesGross is the same, net is lowerA deduction or withholding changeCompare each deduction line to last stubGross is lower tooHours, overtime, shift differential, unpaid timeEarnings section, hours columnSudden drop mid-year, high earner0.9% Additional Medicare Tax above $200,000Medicare line (two entries may appear)Sudden &lt;em&gt;rise&lt;/em&gt; mid-year, high earnerPassed the Social Security wage baseSocial Security line stops accruingOnly the check with a bonus looks offSupplemental wage withholdingFederal income tax line on that checkA line you don’t recognize appearedNew election, escalation, or garnishmentPost-tax deduction sectionRetirement line grew without you acting401(k) auto-escalationContribution rate, not just amount&lt;/p&gt;

&lt;h2&gt;
  
  
  The One Case That Is a Real Error
&lt;/h2&gt;

&lt;p&gt;Most differences are explainable and correct. The classic genuine mistake is Social Security tax still being withheld after your year-to-date wages passed the wage base — which happens most often after a mid-year job change, because each employer tracks the cap separately and neither knows about the other. If you had two employers in one year, you may have overpaid Social Security across both; that excess is recoverable when you file, but it is worth knowing rather than discovering by accident. Check the year-to-date Social Security figure against 6.2% of the wage base and see whether it stopped where it should have. For the full anatomy of the stub, see &lt;a href="https://pay.thicket.sh/blog/how-to-read-a-pay-stub" rel="noopener noreferrer"&gt;how to read a pay stub&lt;/a&gt; and &lt;a href="https://pay.thicket.sh/blog/fica-vs-federal-income-tax" rel="noopener noreferrer"&gt;FICA vs federal income tax&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;Federal withholding methods and tables: &lt;a href="https://www.irs.gov/pub/irs-pdf/p15t.pdf" rel="noopener noreferrer"&gt;IRS Publication 15-T&lt;/a&gt;. Social Security and Medicare (FICA) rules, including the Additional Medicare Tax: &lt;a href="https://www.irs.gov/taxtopics/tc751" rel="noopener noreferrer"&gt;IRS Topic 751&lt;/a&gt;. Employer tax guide and supplemental wage rules: &lt;a href="https://www.irs.gov/pub/irs-pdf/p15.pdf" rel="noopener noreferrer"&gt;IRS Publication 15 (Circular E)&lt;/a&gt;. Cafeteria plans and pre-tax fringe benefits: &lt;a href="https://www.irs.gov/pub/irs-pdf/p15b.pdf" rel="noopener noreferrer"&gt;IRS Publication 15-B&lt;/a&gt;. Limits on wage garnishment: &lt;a href="https://www.dol.gov/agencies/whd/fact-sheets/30-cppa" rel="noopener noreferrer"&gt;U.S. Department of Labor, Title III of the Consumer Credit Protection Act&lt;/a&gt;. Figures use the 2026 Social Security wage base of $184,500 and the $200,000 Additional Medicare Tax threshold. General information, not tax advice; your plan documents and payroll records govern. Last updated July 26, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;The most common causes, in rough order of frequency: a benefits or retirement deduction changed (open enrollment premiums reset, or a 401(k) auto-escalation stepped up your contribution rate); the calendar year rolled over and reset withholding, including the Social Security wage base, so a high earner who had stopped paying it in December is paying it again in January; you crossed a mid-year tax threshold such as the 0.9% Additional Medicare Tax above $200,000; your W-4 changed or was re-filed; a bonus or other supplemental wage in the same period pushed withholding up; or your hours, shift differential, or overtime simply differed from the previous period. Compare this stub line-by-line against the last one — the difference is almost always a single line, not the whole check.January is when nearly everything resets at once. The Social Security wage base restarts, so anyone who earned above it the prior year and had stopped paying the 6.2% is paying it again from the first dollar. New IRS withholding tables take effect. Open-enrollment benefit elections start, and premiums usually rise. Many 401(k) plans apply auto-escalation on January 1, raising your contribution rate by a percentage point without you doing anything. Any one of those lowers take-home pay; in January they frequently stack. This is the single most predictable paycheck drop of the year, and it is not an error.Something moved your taxable wages, your withholding rate, or your deductions. Taxable wages rise if you got a raise, worked overtime, or received a bonus — and supplemental wages like bonuses are withheld under their own rules, which often look like over-withholding on that check. Your withholding rate changes if you filed a new W-4 (a second job, a dependent change, or extra withholding on line 4c). Deductions change at open enrollment, at a 401(k) escalation, when you add a dependent to health coverage, or when a garnishment order starts. Check the year-to-date column: the line whose YTD is growing faster than it used to is your answer.Salaried pay is steady in gross but not always in net. If you are paid biweekly you get 26 paychecks in most years and 27 in some, and many employers spread fixed monthly deductions like insurance over only 24 or 26 of them — so the extra check in a three-paycheck month has different deductions than the others. Percentage-based deductions such as a 401(k) also move with any variable pay. And progressive withholding tables mean a period containing a bonus, commission, or retroactive raise is withheld at a higher effective rate than a plain period.Usually because you hit an annual cap. Once your year-to-date wages pass the Social Security wage base — $184,500 for 2026 — the 6.2% Social Security tax stops for the rest of the year, and take-home jumps noticeably on the next check. The same happens when you finish funding an FSA or hit your 401(k) elective deferral limit and contributions stop. It is the mirror image of the January drop: nothing changed about your salary, only which annual limits you have already cleared.Put the current stub beside the previous one and compare the same lines in order: gross pay, then each pre-tax deduction, then each tax, then each post-tax deduction. Exactly one or two lines will normally account for the entire difference, and each has a knowable cause. Then check the year-to-date column against the annual caps — the classic real error is Social Security withheld past the wage base, which is genuinely a payroll mistake worth raising. If gross pay itself is wrong, that is an hours or rate issue for your manager, not a tax question. If you cannot account for the gap after that comparison, ask payroll to walk you through the specific line.Some changes are automatic and legitimate: a 401(k) plan's auto-escalation feature, a benefits premium increase that took effect at the plan year, or a court-ordered wage garnishment, which the employer is legally required to honor and which arrives via a court or agency order rather than your consent. What an employer generally cannot do is deduct amounts you never authorized and that no law requires. If a new line appears on your stub that you did not elect and cannot identify, ask payroll for the authorizing document — for a garnishment there will be a specific order, and federal limits on how much can be taken apply.&lt;/p&gt;

&lt;h2&gt;
  
  
  Check What Your Paycheck Should Be
&lt;/h2&gt;

&lt;p&gt;Enter your salary, filing status, state, and pre-tax deductions. The calculator shows the expected take-home per paycheck line by line — so you can compare it against the stub in front of you. Free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;Open Take-Home Pay Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>finance</category>
      <category>taxes</category>
      <category>career</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Is Protein Powder Bad for Your Kidneys? What the Evidence Shows</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Sun, 26 Jul 2026 05:34:43 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/is-protein-powder-bad-for-your-kidneys-what-the-evidence-shows-2863</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/is-protein-powder-bad-for-your-kidneys-what-the-evidence-shows-2863</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://fit.thicket.sh/blog/is-protein-powder-bad-for-your-kidneys" rel="noopener noreferrer"&gt;https://fit.thicket.sh/blog/is-protein-powder-bad-for-your-kidneys&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://fit.thicket.sh/authors/sarah-okafor" rel="noopener noreferrer"&gt;Dr. Sarah Okafor&lt;/a&gt;, Exercise Physiologist&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fis-protein-powder-bad-for-your-kidneys.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Ffit.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fis-protein-powder-bad-for-your-kidneys.webp%26w%3D3840%26q%3D75" alt="A scoop of protein powder and spilled powder on a kitchen counter beside a tall glass of water" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;No — in healthy adults with normal kidney function, protein powder does not damage the kidneys. The largest analysis of the question pooled 28 randomized controlled trials covering 1,358 people and found that higher-protein diets produced no different change in kidney filtration rate than lower- or normal-protein diets. Resistance-trained men eating about 3.3 grams of protein per kilogram of bodyweight per day — roughly four times the recommended daily allowance — for a full year showed no adverse change in kidney or liver markers. Protein powder is just a convenient form of dietary protein and carries the same risk profile as chicken or beans. The group that genuinely must limit protein is people who already have chronic kidney disease, where restriction is standard clinical care.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is one of the most persistent beliefs in nutrition, and it did not come from nowhere. It came from a real physiological observation applied to the wrong population. Below is what the observation was, why it does not transfer to healthy kidneys, what the controlled evidence actually shows, and the safety issue with protein powder that &lt;em&gt;is&lt;/em&gt; worth your attention.&lt;/p&gt;

&lt;h2&gt;
  
  
  Where the Myth Came From
&lt;/h2&gt;

&lt;p&gt;Protein is the only macronutrient that contains nitrogen. Metabolizing it produces urea, which the kidneys filter out and excrete. Eat more protein and the glomerular filtration rate — the standard measure of how fast the kidneys are filtering blood — goes up. That much is not in dispute.&lt;/p&gt;

&lt;p&gt;In people whose kidneys are already damaged, that added workload is a genuine problem, and restricting dietary protein is a long-standing part of managing chronic kidney disease. The leap came next: if extra protein accelerates decline in damaged kidneys, surely it must slowly wear out healthy ones too. That hypothesis, sometimes called the “hyperfiltration” theory, became conventional wisdom decades before anyone ran the trials to test it in healthy people.&lt;/p&gt;

&lt;p&gt;The trials, when they came, did not support it. In healthy kidneys, the rise in filtration looks like a normal adaptive response to a larger workload — closer to your heart rate rising during exercise than to an organ being injured.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the Controlled Evidence Shows
&lt;/h2&gt;

&lt;p&gt;The most direct answer comes from a 2018 systematic review and meta-analysis in the &lt;em&gt;Journal of Nutrition&lt;/em&gt;, which pooled 28 randomized controlled trials covering 1,358 healthy adults. Comparing higher-protein against lower- or normal-protein diets, it found no significant difference in the change in glomerular filtration rate between groups (Devries and colleagues, 2018, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/30383278/" rel="noopener noreferrer"&gt;PMID 30383278&lt;/a&gt;). If higher protein steadily degraded kidney function, this is precisely where it should have shown up.&lt;/p&gt;

&lt;p&gt;A systematic review published the same year in &lt;em&gt;Advances in Nutrition&lt;/em&gt; looked at both randomized trials and observational studies of healthy people eating above the recommended daily allowance, and likewise found no evidence that intakes above the RDA harm renal health in individuals with normal kidney function (Van Elswyk and colleagues, 2018, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/30032227/" rel="noopener noreferrer"&gt;PMID 30032227&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The most striking single study is a one-year crossover trial in resistance-trained men who ate roughly 3.3 g/kg/day — well beyond anything a normal supplement routine produces — and had blood work tracked throughout. Kidney and liver markers showed no adverse changes across the year (Antonio and colleagues, 2016, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/27807480/" rel="noopener noreferrer"&gt;PMID 27807480&lt;/a&gt;); an earlier crossover from the same group reported the same pattern (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/26778925/" rel="noopener noreferrer"&gt;PMID 26778925&lt;/a&gt;). The International Society of Sports Nutrition's position stand on protein and exercise concludes that 1.4 to 2.0 g/kg/day is safe for healthy exercising adults and that higher intakes have not been shown to impair kidney function (Jäger and colleagues, 2017, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/28642676/" rel="noopener noreferrer"&gt;PMID 28642676&lt;/a&gt;).&lt;/p&gt;

&lt;h2&gt;
  
  
  The Evidence at a Glance
&lt;/h2&gt;

&lt;p&gt;StudyDesignProtein intakeKidney findingDevries 2018 (PMID 30383278)Meta-analysis, 28 RCTs, n=1,358Higher vs lower/normalNo difference in change in GFRVan Elswyk 2018 (PMID 30032227)Systematic review, RCTs + observationalAbove the RDANo evidence of renal harm in healthy adultsAntonio 2016 (PMID 27807480)1-year crossover, trained men~3.3 g/kg/dayNo adverse kidney or liver markersKnight 2003 (PMID 12639078)11-year cohort (Nurses’ Health Study)High vs low habitual intakeFaster decline &lt;em&gt;only&lt;/em&gt; in mild renal insufficiency; none with normal function&lt;br&gt;
GFR = glomerular filtration rate, the standard measure of kidney filtering capacity. RDA = recommended daily allowance (0.8 g/kg/day).&lt;/p&gt;

&lt;p&gt;Get weekly fitness tips in your inbox&lt;/p&gt;

&lt;h2&gt;
  
  
  Who Actually Needs to Limit Protein
&lt;/h2&gt;

&lt;p&gt;The single most informative study here is the Nurses’ Health Study analysis, which followed women for 11 years and split them by baseline kidney function. Higher protein intake was associated with a faster decline in kidney function in women who already had mild renal insufficiency — and showed no such association in women whose kidney function was normal (Knight and colleagues, 2003, &lt;a href="https://pubmed.ncbi.nlm.nih.gov/12639078/" rel="noopener noreferrer"&gt;PMID 12639078&lt;/a&gt;). The same diet, opposite implications, depending entirely on the kidneys you start with. That is the whole story of this myth in one dataset.&lt;/p&gt;

&lt;p&gt;Talk to a doctor before adding protein supplements if you:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;have diagnosed chronic kidney disease or reduced kidney function;&lt;/li&gt;
&lt;li&gt;have had a kidney transplant or a single functioning kidney;&lt;/li&gt;
&lt;li&gt;have diabetes or long-standing high blood pressure, the two leading causes of kidney disease;&lt;/li&gt;
&lt;li&gt;have a family history of kidney disease and have never had kidney function tested;&lt;/li&gt;
&lt;li&gt;are pregnant, or managing liver disease.
For non-dialysis chronic kidney disease, clinical guidelines generally recommend limiting protein to around 0.8 g/kg/day, with lower targets in some cases — the opposite direction from a protein supplement. The &lt;a href="https://www.kidney.org/kidney-topics/nutrition-and-early-chronic-kidney-disease-stages-1-4" rel="noopener noreferrer"&gt;National Kidney Foundation&lt;/a&gt; publishes plain-language guidance on protein for each stage. If you simply do not know your kidney status, a basic metabolic panel with estimated GFR settles it, and it is a routine test.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Safety Issue That Is Real: Product Quality
&lt;/h2&gt;

&lt;p&gt;The concern worth carrying over from all of this is not the protein — it is what else is in the tub. In the United States, protein powders are sold as dietary supplements, a category the &lt;a href="https://www.fda.gov/food/information-consumers-using-dietary-supplements/questions-and-answers-dietary-supplements" rel="noopener noreferrer"&gt;FDA&lt;/a&gt; does not review for safety or effectiveness before it reaches shelves. Independent testing programs have repeatedly found heavy metals such as lead and cadmium in some products, with plant-based powders often testing higher because the plants take up metals from soil.&lt;/p&gt;

&lt;p&gt;The fix is simple and cheap: buy powders carrying third-party certification — NSF Certified for Sport or Informed Sport are the two most rigorous marks. Both require batch testing of the finished product. That single filter addresses the actual risk in this category far better than avoiding protein does.&lt;/p&gt;

&lt;h2&gt;
  
  
  Practical Takeaways
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Healthy kidneys, normal supplement use: not a concern.&lt;/strong&gt; Most people using protein powder land somewhere between 1.2 and 2.0 g/kg/day, well inside the range studied and found safe.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Know your target before you worry about excess.&lt;/strong&gt; The evidence-based range for building muscle is 1.6 to 2.2 g/kg/day — see &lt;a href="https://fit.thicket.sh/blog/how-much-protein-to-build-muscle" rel="noopener noreferrer"&gt;how much protein you need to build muscle&lt;/a&gt; for the by-bodyweight table.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Powder is a convenience, not a requirement.&lt;/strong&gt; It is the same protein as food, in a form that is easy to hit a target with. How you spread it across the day matters more than the format — see &lt;a href="https://fit.thicket.sh/blog/protein-distribution-across-meals-leucine-threshold-2026" rel="noopener noreferrer"&gt;protein distribution across meals&lt;/a&gt; and the &lt;a href="https://fit.thicket.sh/blog/protein-30g-cap-per-meal" rel="noopener noreferrer"&gt;30 g per meal cap myth&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Drink normally, not obsessively.&lt;/strong&gt; Higher protein modestly raises the water needed to excrete urea; ordinary adequate intake covers it. See &lt;a href="https://fit.thicket.sh/blog/how-much-water-should-you-drink-a-day" rel="noopener noreferrer"&gt;how much water you should drink a day&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;This myth has a twin.&lt;/strong&gt; Creatine carries an almost identical kidney-damage reputation built on a lab-marker misreading — covered in &lt;a href="https://fit.thicket.sh/blog/does-creatine-work" rel="noopener noreferrer"&gt;does creatine actually work (and is it safe)&lt;/a&gt;.
## Sources and Methodology&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Primary evidence: Devries MC et al., “Changes in Kidney Function Do Not Differ between Healthy Adults Consuming Higher- Compared with Lower- or Normal-Protein Diets: A Systematic Review and Meta-Analysis,” &lt;em&gt;Journal of Nutrition&lt;/em&gt; 2018 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/30383278/" rel="noopener noreferrer"&gt;PMID 30383278&lt;/a&gt;); Van Elswyk ME et al., &lt;em&gt;Advances in Nutrition&lt;/em&gt; 2018 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/30032227/" rel="noopener noreferrer"&gt;PMID 30032227&lt;/a&gt;); Antonio J et al., &lt;em&gt;Journal of Nutrition and Metabolism&lt;/em&gt; 2016 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/27807480/" rel="noopener noreferrer"&gt;PMID 27807480&lt;/a&gt;) and &lt;em&gt;JISSN&lt;/em&gt; 2016 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/26778925/" rel="noopener noreferrer"&gt;PMID 26778925&lt;/a&gt;); Knight EL et al., &lt;em&gt;Annals of Internal Medicine&lt;/em&gt; 2003 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/12639078/" rel="noopener noreferrer"&gt;PMID 12639078&lt;/a&gt;); Jäger R et al., ISSN Position Stand on protein and exercise, &lt;em&gt;JISSN&lt;/em&gt; 2017 (&lt;a href="https://pubmed.ncbi.nlm.nih.gov/28642676/" rel="noopener noreferrer"&gt;PMID 28642676&lt;/a&gt;). Clinical guidance on protein in chronic kidney disease: &lt;a href="https://www.kidney.org/kidney-topics/nutrition-and-early-chronic-kidney-disease-stages-1-4" rel="noopener noreferrer"&gt;National Kidney Foundation&lt;/a&gt;. Supplement regulation: &lt;a href="https://www.fda.gov/food/information-consumers-using-dietary-supplements/questions-and-answers-dietary-supplements" rel="noopener noreferrer"&gt;U.S. Food and Drug Administration&lt;/a&gt;. This article is general information about healthy adults and is not medical advice; anyone with existing kidney disease or risk factors should follow their clinician’s guidance. Last updated July 26, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;Not in healthy adults with normal kidney function. The largest analysis of the question — 28 randomized controlled trials covering 1,358 participants — found that people eating higher-protein diets had no different change in kidney filtration rate than people eating lower- or normal-protein diets (Devries 2018, PMID 30383278). A separate systematic review of both trials and observational studies reached the same conclusion for healthy individuals eating above the recommended daily allowance (Van Elswyk 2018, PMID 30032227). Protein powder is simply a convenient form of dietary protein, so it carries the same risk profile as protein from chicken, eggs, or beans. The people who do need to limit protein are those who already have chronic kidney disease.For healthy adults, no upper limit has been shown to damage kidneys in controlled research. Resistance-trained men eating roughly 3.3 grams per kilogram of bodyweight per day — about four times the recommended daily allowance — for a full year showed no adverse change in kidney or liver blood markers (Antonio 2016, PMID 27807480). The International Society of Sports Nutrition's position stand concludes that intakes of 1.4 to 2.0 g/kg/day are safe for healthy exercising individuals and that higher intakes have not been shown to harm kidney function (Jäger 2017, PMID 28642676). The picture changes entirely if kidney disease is already present.Because of a real observation applied to the wrong group. Eating more protein raises the glomerular filtration rate — the kidneys work harder to clear the nitrogen waste from protein metabolism. In people with existing kidney disease, that extra workload can accelerate decline, which is why protein restriction is standard care in chronic kidney disease. Researchers then extrapolated that finding to healthy people. But in healthy kidneys the rise in filtration is an adaptive functional response, not injury — the same way your heart rate rises during exercise without damaging your heart. Controlled trials in healthy adults have not found the predicted damage.If you have diagnosed chronic kidney disease, talk to your nephrologist or renal dietitian before adding any protein supplement. Clinical guidelines for non-dialysis CKD generally recommend limiting protein to around 0.8 g/kg/day, and lower in some cases — meaning a protein supplement would push you in exactly the wrong direction. The important nuance comes from the Nurses' Health Study: over 11 years, higher protein intake was associated with faster decline in kidney function in women who already had mild renal insufficiency, but showed no such association in women with normal kidney function (Knight 2003, PMID 12639078). Same diet, opposite implications, depending on the kidneys you start with.There is no evidence that whey is harder on kidneys than other protein sources. Whey is a milk protein that gets digested into amino acids like any other; your kidneys process the nitrogen waste the same way. The one-year high-protein trials that found no renal harm used whey supplements as a large part of the intake. If anything, the source matters less than the total daily amount and your existing kidney health. Plant proteins such as pea and soy are equally fine in this respect, though they differ in amino acid profile and how well they support muscle growth.It is sensible, though not because protein is dangerous. Metabolizing protein produces urea, which the kidneys excrete in urine, so a higher protein intake modestly increases the water needed to clear that load. Adequate hydration also helps offset the constipation some people notice when they raise protein and cut carbohydrate-rich fibrous foods at the same time. There is no special protein-powder hydration formula — normal adequate intake is enough for healthy people, and thirst plus pale urine is a reasonable everyday guide.The liver and bone concerns have followed the same arc as the kidney one: proposed mechanism, then trials that did not find the harm. The one-year high-protein crossover trial tracked a full blood panel including liver enzymes and found no adverse changes (Antonio 2016, PMID 27807480), and the claim that high protein leaches calcium from bone has not held up in controlled research. The more legitimate concern is product quality: in the United States, protein powders are regulated as dietary supplements, which the FDA does not approve for safety or efficacy before sale. Testing programs have repeatedly found heavy metals in some products. Choosing powders carrying third-party certification — NSF Certified for Sport or Informed Sport — addresses the real risk, which is contamination, not the protein itself.&lt;/p&gt;

&lt;h2&gt;
  
  
  Find Your Daily Protein Target
&lt;/h2&gt;

&lt;p&gt;Enter your bodyweight, activity level, and goal. The calculator returns an evidence-based daily protein target in grams — so you know where you actually sit in the range studied, rather than guessing. Free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://fit.thicket.sh/protein" rel="noopener noreferrer"&gt;Open Protein Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>health</category>
      <category>nutrition</category>
      <category>fitness</category>
      <category>science</category>
    </item>
    <item>
      <title>Which Paycheck Deductions Are Pre-Tax? (Pre-Tax vs After-Tax)</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Sat, 25 Jul 2026 06:19:16 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/which-paycheck-deductions-are-pre-tax-pre-tax-vs-after-tax-1med</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/which-paycheck-deductions-are-pre-tax-pre-tax-vs-after-tax-1med</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://pay.thicket.sh/blog/pre-tax-vs-after-tax-paycheck-deductions" rel="noopener noreferrer"&gt;https://pay.thicket.sh/blog/pre-tax-vs-after-tax-paycheck-deductions&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://pay.thicket.sh/authors/jamie-reeves" rel="noopener noreferrer"&gt;Jamie Reeves&lt;/a&gt;, Personal Finance Writer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fpre-tax-vs-after-tax-paycheck-deductions.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fpre-tax-vs-after-tax-paycheck-deductions.webp%26w%3D3840%26q%3D75" alt="A paycheck splitting into a pre-tax stack that shrinks the taxable slice and an after-tax stack that does not" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pre-tax deductions come out of your gross pay before income tax is calculated — and, for some of them, before Social Security and Medicare too — which lowers the wages you get taxed on and shrinks your tax bill. The big pre-tax items are traditional 401(k) contributions, HSA and FSA contributions, and most employer health, dental, and vision premiums (run through a Section 125 “cafeteria” plan), plus qualified commuter benefits. After-tax deductions come out after taxes are figured and give you no break on taxable income: Roth 401(k) contributions, wage garnishments, union dues, and after-tax insurance. The practical rule: a pre-tax dollar costs you less than a dollar of take-home pay; an after-tax dollar costs you the full dollar.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;“Is this pre-tax?” is one of the most useful questions you can ask about any paycheck deduction, because the answer changes what the deduction actually costs you. Below is the full list on each side, the one nuance that trips almost everyone up (401(k) and FICA), and how to read which is which straight off your pay stub.&lt;/p&gt;

&lt;h2&gt;
  
  
  What “Pre-Tax” Actually Does
&lt;/h2&gt;

&lt;p&gt;Your paycheck is processed in layers. Gross pay comes first; then pre-tax deductions are subtracted to arrive at your &lt;em&gt;taxable&lt;/em&gt; wages; then taxes are calculated on that smaller number; then after-tax deductions come out. A pre-tax deduction wins twice over an after-tax one of the same size: you avoid tax on the money now, and your paycheck drops by less than the full amount because part of the “cost” is tax you would have paid anyway. For the full order of operations, see &lt;a href="https://pay.thicket.sh/blog/how-to-read-a-pay-stub" rel="noopener noreferrer"&gt;how to read a pay stub&lt;/a&gt; and &lt;a href="https://pay.thicket.sh/blog/gross-pay-vs-net-pay" rel="noopener noreferrer"&gt;gross pay vs net pay&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Pre-Tax List
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Traditional 401(k), 403(b), 457.&lt;/strong&gt; Reduce federal (and usually state) income tax. 2026 elective deferral limit is $24,500 per the &lt;a href="https://www.irs.gov/retirement-plans/plan-participant-employee/retirement-topics-401k-and-profit-sharing-plan-contribution-limits" rel="noopener noreferrer"&gt;IRS&lt;/a&gt;. &lt;strong&gt;Still subject to FICA&lt;/strong&gt; (see the nuance below).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HSA contributions via payroll.&lt;/strong&gt; Exempt from income tax &lt;em&gt;and&lt;/em&gt; FICA when made through a Section 125 plan. See &lt;a href="https://pay.thicket.sh/blog/hsa-vs-fsa-dual-income-families" rel="noopener noreferrer"&gt;HSA vs FSA&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;FSA (health and dependent care).&lt;/strong&gt; Pre-tax for income tax and FICA; use-it-or-lose-it rules apply.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Section 125 insurance premiums.&lt;/strong&gt; Employer medical, dental, and vision premiums, when offered through a cafeteria plan, are exempt from income tax and FICA per &lt;a href="https://www.irs.gov/pub/irs-pdf/p15b.pdf" rel="noopener noreferrer"&gt;IRS Publication 15-B&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Qualified commuter / transit benefits.&lt;/strong&gt; Pre-tax up to the monthly IRS limit for transit and parking.&lt;/p&gt;
&lt;h2&gt;
  
  
  The After-Tax List
&lt;/h2&gt;
&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Roth 401(k) / Roth IRA&lt;/strong&gt; — taxed now, tax-free in retirement.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Wage garnishments&lt;/strong&gt; — court-ordered, taken from after-tax pay. See &lt;a href="https://pay.thicket.sh/blog/how-much-of-my-paycheck-can-be-garnished" rel="noopener noreferrer"&gt;how much of my paycheck can be garnished&lt;/a&gt;.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Union dues&lt;/strong&gt; and association fees.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;After-tax insurance&lt;/strong&gt; — some disability and life coverage (paying after-tax can make disability benefits tax-free).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Charitable payroll deductions.&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  The Nuance Everyone Misses: 401(k) vs FICA
&lt;/h2&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Not all pre-tax deductions are pre-tax for the &lt;em&gt;same&lt;/em&gt; taxes. A traditional 401(k) contribution is excluded from your federal income tax wages (W-2 Box 1), so it cuts your income tax — but it is &lt;strong&gt;still counted in your Social Security and Medicare wages&lt;/strong&gt; (Boxes 3 and 5), so you pay the full 7.65% FICA on it (per &lt;a href="https://www.irs.gov/taxtopics/tc751" rel="noopener noreferrer"&gt;IRS Topic 751&lt;/a&gt;). HSA, FSA, and Section 125 premiums are the deductions that dodge FICA too. That extra 7.65% is exactly why an HSA earns its “triple tax advantage” reputation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which Taxes Each Deduction Escapes
&lt;/h2&gt;

&lt;p&gt;DeductionPre- or after-taxCuts income tax?Cuts FICA?Traditional 401(k) / 403(b)Pre-taxYesNoHSA (via payroll)Pre-taxYesYesFSA (health / dependent care)Pre-taxYesYesHealth / dental / vision (Section 125)Pre-taxYesYesQualified commuter / transitPre-taxYesYesRoth 401(k)After-taxNoNoWage garnishmentAfter-taxNoNoUnion duesAfter-taxNoNo&lt;/p&gt;

&lt;h2&gt;
  
  
  What Pre-Tax Actually Saves You
&lt;/h2&gt;

&lt;p&gt;Your savings equal the deduction times your combined marginal rate. Say you are a single filer earning $70,000 in the 22% federal bracket:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;$200/paycheck into a traditional 401(k)&lt;/strong&gt; saves ~$44 in federal income tax (22% × $200) but nothing on FICA — so your take-home drops by about $156, not $200.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;$200/paycheck into an HSA&lt;/strong&gt; saves ~$44 income tax &lt;em&gt;plus&lt;/em&gt;~$15 FICA (7.65%) — about $59 total — so take-home drops by only ~$141.
Same $200, different tax treatment, different real cost. To see the whole gross-to-net picture with your own numbers, run the &lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;take-home pay calculator&lt;/a&gt;, and for how the tax lines themselves work, see &lt;a href="https://pay.thicket.sh/blog/how-much-taxes-are-taken-out-of-my-paycheck" rel="noopener noreferrer"&gt;how much taxes are taken out of my paycheck&lt;/a&gt;. If you are weighing the pre-tax-now vs tax-free-later trade, our &lt;a href="https://pay.thicket.sh/blog/roth-vs-traditional-401k-2026" rel="noopener noreferrer"&gt;Roth vs traditional 401(k)&lt;/a&gt; breakdown runs the math both ways.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Tell on Your Pay Stub
&lt;/h2&gt;

&lt;p&gt;Pre-tax deductions almost always appear &lt;em&gt;above&lt;/em&gt; the tax withholding lines (or in a section labeled “pre-tax” / “before-tax”), because they are subtracted before tax is computed. After-tax deductions sit *below*the tax lines. If a deduction is lowering the “taxable gross” figure on your stub, it is pre-tax; if it comes off the bottom after taxes, it is after-tax. When in doubt, compare your gross to the “federal taxable wages” box: the gap is your total pre-tax deductions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;401(k) and retirement contribution limits: &lt;a href="https://www.irs.gov/retirement-plans/plan-participant-employee/retirement-topics-401k-and-profit-sharing-plan-contribution-limits" rel="noopener noreferrer"&gt;IRS retirement contribution limits&lt;/a&gt;. Cafeteria plans and fringe-benefit tax treatment: &lt;a href="https://www.irs.gov/pub/irs-pdf/p15b.pdf" rel="noopener noreferrer"&gt;IRS Publication 15-B (Employer’s Tax Guide to Fringe Benefits)&lt;/a&gt;. FICA (Social Security and Medicare) rules: &lt;a href="https://www.irs.gov/taxtopics/tc751" rel="noopener noreferrer"&gt;IRS Topic 751&lt;/a&gt;. HSA rules: &lt;a href="https://www.irs.gov/publications/p969" rel="noopener noreferrer"&gt;IRS Publication 969&lt;/a&gt;. Savings figures use 2026 federal brackets and the 7.65% combined FICA rate. General information, not tax advice; your plan documents govern. Last updated July 25, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;A pre-tax deduction is money taken out of your gross pay before taxes are calculated, which lowers the wages you get taxed on. Because the deduction reduces your taxable income, you never pay income tax on that money (and, for some benefits, no Social Security or Medicare tax either). The result is that a pre-tax dollar 'costs' you less than a dollar of take-home pay — if you are in the 22% bracket, a $100 pre-tax 401(k) contribution reduces your paycheck by only about $78. After-tax deductions, by contrast, come out after taxes are figured and give you no such break.The common pre-tax deductions are: traditional 401(k), 403(b), and 457 retirement contributions; Health Savings Account (HSA) contributions made through payroll; Flexible Spending Account (FSA) contributions for health or dependent care; employer medical, dental, and vision insurance premiums run through a Section 125 'cafeteria' plan; and qualified commuter/transit benefits. These reduce the wages your income tax is calculated on. A key split: 401(k) contributions lower income tax but are still subject to Social Security and Medicare (FICA), while HSA, FSA, and Section 125 premiums are exempt from both income tax and FICA.No. This is the most common misunderstanding about pre-tax deductions. A traditional 401(k) contribution is excluded from your federal income tax wages (W-2 Box 1), so it lowers your income tax — but it is still included in your Social Security and Medicare wages (Boxes 3 and 5), so you pay the full 7.65% FICA on it. HSA and FSA contributions made through a cafeteria plan, and Section 125 insurance premiums, are the deductions that escape FICA too. That FICA difference is why an HSA is sometimes called 'triple tax-advantaged.'After-tax (post-tax) deductions come out of your pay after all taxes are calculated, so they do not reduce your taxable income. The main ones are: Roth 401(k) and Roth IRA contributions, court-ordered wage garnishments, union dues, after-tax disability or life insurance premiums, and charitable payroll deductions. You have already paid income tax and FICA on this money. The trade-off for a Roth is on the other end — qualified Roth withdrawals in retirement come out tax-free.Your savings equal the deduction multiplied by your combined marginal tax rate. For income-tax-only pre-tax items like a 401(k), that is your federal (and state) income tax rate: a $200 contribution in the 22% federal bracket saves about $44 in federal tax. For FICA-exempt items like an HSA or Section 125 premium, add 7.65% for Social Security and Medicare: the same $200 would save about $59. Over a year, maxing pre-tax benefits can cut a middle-income worker's tax bill by thousands — which is the entire point of offering them through payroll.A Roth 401(k) is after-tax. Contributions come out of your paycheck after income tax has been withheld, so they do not lower your current taxable income the way a traditional 401(k) does. The benefit is deferred: qualified withdrawals in retirement — including all the investment growth — are tax-free. A traditional 401(k) is the opposite: pre-tax now, taxed on withdrawal. Which is better depends mainly on whether your tax rate is higher today or expected to be higher in retirement.Usually yes, if your employer offers them through a Section 125 cafeteria plan — which most do. In that case your medical, dental, and vision premiums are deducted before income tax and before FICA, so they lower both. If you buy coverage outside an employer plan (for example, on the individual marketplace and paid from your own pocket), those premiums are not a pre-tax payroll deduction, though they may be deductible elsewhere on your tax return. Check your pay stub: pre-tax premiums typically appear above the tax lines, after-tax ones below.&lt;/p&gt;

&lt;h2&gt;
  
  
  See Your Real Take-Home Pay
&lt;/h2&gt;

&lt;p&gt;Enter your salary, filing status, state, and pre-tax deductions. The calculator shows exactly how each pre-tax and after-tax deduction changes your take-home pay per paycheck. Free and instant.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;Open Take-Home Pay Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>personalfinance</category>
      <category>taxes</category>
      <category>money</category>
    </item>
    <item>
      <title>Do ETFs Pay Dividends? How ETF Dividends Actually Work</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Fri, 24 Jul 2026 07:11:25 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/do-etfs-pay-dividends-how-etf-dividends-actually-work-12dp</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/do-etfs-pay-dividends-how-etf-dividends-actually-work-12dp</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://etf.thicket.sh/blog/do-etfs-pay-dividends" rel="noopener noreferrer"&gt;https://etf.thicket.sh/blog/do-etfs-pay-dividends&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Yes — most ETFs pay dividends. A stock or bond ETF collects the dividends and interest that everything it holds pays out, pools that cash, subtracts its small expense ratio, and passes the rest on to you, usually once a quarter (some funds pay monthly). The main exceptions are ETFs that hold assets producing no income — a physical-gold or commodity fund, or a growth fund of companies that don’t pay dividends — and European-style “accumulating” ETFs that reinvest income inside the fund instead of paying it out. In the US, a fund is legally required to distribute essentially all the income it collects at least once a year.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;“Does my ETF pay a dividend?” is one of the most common questions new investors ask, and the answer is more mechanical than mysterious. An ETF doesn’t generate income of its own — it is a wrapper around a basket of securities, and it hands you your share of whatever those securities pay. Below is exactly how that works: where the cash comes from, how often it arrives, which funds skip it, how it’s taxed, and how to make sense of a yield figure. This reflects US-regulated ETFs; the rules come from the SEC and the IRS.&lt;/p&gt;

&lt;h2&gt;
  
  
  An ETF Passes Through What It Holds
&lt;/h2&gt;

&lt;p&gt;Start with the fund’s plumbing. When the companies inside a stock ETF pay their dividends, that money flows into the fund and sits there accumulating. When the bonds inside a bond ETF pay their coupon interest, the same thing happens. On a set schedule, the fund manager totals the accumulated income, subtracts the fund’s expense ratio, and pays the remainder out to shareholders in proportion to how many shares each person owns. As the SEC explains in its &lt;a href="https://www.sec.gov/resources-for-investors/investor-alerts-bulletins/investor-bulletin-exchange-traded-funds-etfs" rel="noopener noreferrer"&gt;investor bulletin on ETFs&lt;/a&gt;, an ETF is a pooled, registered fund — you own a slice of the basket, and the income the basket earns is yours in the same proportion.&lt;/p&gt;

&lt;p&gt;There is a legal reason the money reliably reaches you instead of piling up inside the fund. US funds are structured as &lt;em&gt;regulated investment companies&lt;/em&gt;, and to avoid being taxed at the fund level they must pass through essentially all of their net investment income to shareholders each year. That pass-through requirement is why a US equity or bond ETF you own will make regular distributions rather than quietly hoarding the cash.&lt;/p&gt;

&lt;h2&gt;
  
  
  How Often ETFs Pay: Quarterly Is the Norm
&lt;/h2&gt;

&lt;p&gt;Most US stock ETFs pay &lt;strong&gt;quarterly&lt;/strong&gt; — four times a year, frequently in March, June, September, and December. Bond ETFs and income-focused equity funds usually pay &lt;strong&gt;monthly&lt;/strong&gt;, because the bonds and option strategies behind them throw off income every month. A few funds pay semiannually or annually. The table below shows the pattern across common funds — note that the distribution &lt;em&gt;frequency&lt;/em&gt; is a stable structural feature, while the yield next to it is only a recent snapshot that moves with price.&lt;/p&gt;

&lt;p&gt;ETFWhat it holdsDistribution frequencyRecent yield (varies)VOOS&amp;amp;P 500 indexQuarterly~1.2%SCHDUS dividend-growth stocksQuarterly~3.6%VYMUS high-dividend stocksQuarterly~2.7%QQQNasdaq-100 (growth-tilted)Quarterly~0.6%JEPIS&amp;amp;P 500 + covered-call incomeMonthly~7%BNDUS total bond marketMonthly~4%GLDPhysical gold bullionNone0% (no income)&lt;br&gt;
The GLD row is the clearest illustration of the rule: it holds gold, gold pays no income, so there is nothing to distribute. Frequency and yield are two different things — a monthly payer isn’t automatically higher-yielding, it just spreads its payments out. If you are choosing between income funds, our head-to-head on &lt;a href="https://etf.thicket.sh/blog/schd-vs-jepi-income-etfs" rel="noopener noreferrer"&gt;SCHD vs JEPI&lt;/a&gt; shows how a dividend-growth fund and a covered-call income fund reach very different yields through very different mechanics.&lt;/p&gt;

&lt;h2&gt;
  
  
  Which ETFs Don’t Pay Dividends
&lt;/h2&gt;

&lt;p&gt;Four situations account for almost every non-paying ETF:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Commodity and physical-metal ETFs.&lt;/strong&gt; A fund holding gold, silver, or oil futures earns no dividends or interest, so it makes no income distribution (it may occasionally pass through capital gains).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Pure growth-stock funds.&lt;/strong&gt; An ETF concentrated in companies that reinvest their profits instead of paying dividends will distribute very little — there simply isn’t much income flowing in.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;“Accumulating” share classes.&lt;/strong&gt; Common in Europe under the UCITS framework, these deliberately reinvest income inside the fund instead of paying it out. US-listed ETFs are almost always the “distributing” kind.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Brand-new or tiny funds.&lt;/strong&gt; A fund can go a period without a distribution simply because it hasn’t yet accumulated enough income to pay one.
## Reinvesting vs Taking the Cash&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By default, a distribution shows up as cash in your brokerage account. Most brokers also offer a free &lt;strong&gt;dividend reinvestment plan (DRIP)&lt;/strong&gt; that automatically buys more shares — including fractional shares — of the same ETF with each payment. Reinvesting is the simplest way to compound, and it is a big part of why long-run total-return charts sit so far above price-only charts. One caveat: in a taxable account, a distribution is taxed in the year it is paid whether or not you reinvest it — reinvesting does not defer the tax.&lt;/p&gt;

&lt;h2&gt;
  
  
  How ETF Dividends Are Taxed
&lt;/h2&gt;

&lt;p&gt;The headline distinction is &lt;strong&gt;qualified vs ordinary&lt;/strong&gt;. A dividend is &lt;em&gt;qualified&lt;/em&gt; — taxed at the lower 0/15/20% long-term-gains rates — if it comes from a US or qualifying foreign corporation and you satisfy the IRS holding-period rule (generally holding the shares more than 60 days around the ex-dividend date). Everything else — bond-ETF interest, REIT-ETF distributions, and the option-premium income from covered-call funds — is generally taxed as &lt;em&gt;ordinary&lt;/em&gt; income at your normal rate. The IRS lays out the distinction in &lt;a href="https://www.irs.gov/taxtopics/tc404" rel="noopener noreferrer"&gt;Topic 404 (Dividends)&lt;/a&gt;, and your broker splits the two amounts for you on &lt;a href="https://www.irs.gov/forms-pubs/about-form-1099-div" rel="noopener noreferrer"&gt;Form 1099-DIV&lt;/a&gt;. For the full mechanics — including capital-gains distributions and the special rules for gold and bond funds — see our guide to &lt;a href="https://etf.thicket.sh/blog/how-are-etfs-taxed" rel="noopener noreferrer"&gt;how ETFs are taxed&lt;/a&gt;. Inside an IRA or 401(k), none of this applies while the money stays in the account. (Dividends aren’t the only cash that gets taxed as ordinary income each year — the same is true of &lt;a href="https://money.thicket.sh/blog/how-is-a-high-yield-savings-account-taxed" rel="noopener noreferrer"&gt;interest from a high-yield savings account&lt;/a&gt;.)&lt;/p&gt;

&lt;h2&gt;
  
  
  Reading a Yield Number
&lt;/h2&gt;

&lt;p&gt;Yield expresses distributions as a percentage of price. The most common figure, &lt;strong&gt;trailing-twelve-month (TTM) yield&lt;/strong&gt;, sums the last 12 months of distributions and divides by the current share price: $2.40 paid over the past year on a $100 price is a 2.4% yield. Funds also report a standardized &lt;strong&gt;SEC 30-day yield&lt;/strong&gt;, which is especially useful for comparing bond ETFs on an apples-to-apples basis. Because yield moves inversely with price, any specific number is a snapshot — a fund doesn’t “pay more” just because its price fell and the yield ticked up. If your goal is a target monthly income, our piece on &lt;a href="https://etf.thicket.sh/blog/how-much-to-invest-for-1000-month-dividends" rel="noopener noreferrer"&gt;how much to invest for $1,000 a month in dividends&lt;/a&gt; works the yield math backwards from the income you want.&lt;/p&gt;

&lt;h2&gt;
  
  
  Caveats
&lt;/h2&gt;

&lt;p&gt;This describes US-regulated ETFs and is general information, not tax or investment advice. Distribution schedules, yields, and the qualified share of dividends vary by fund and change over time, and your tax outcome depends on your account type and personal situation. Always confirm a fund’s distribution frequency and current yield on the issuer’s own page, and rely on the linked SEC and IRS sources — and a professional — for your own return.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;Do all ETFs pay dividends?No — most do, but not all. Any ETF that holds income-producing assets passes that income through to you: a stock ETF distributes the dividends its companies pay, and a bond ETF distributes the interest its bonds pay. What does not pay is an ETF whose holdings generate no income — a physical-gold or commodity ETF like GLD owns bullion, which pays nothing, so there is no distribution. A growth-stock ETF concentrated in companies that reinvest instead of paying dividends will distribute very little. And European-style 'accumulating' ETFs deliberately reinvest income inside the fund rather than paying it out. In the US, nearly every equity and bond ETF makes regular cash distributions.How often do ETFs pay dividends?Most US stock ETFs pay quarterly — four times a year, often in March, June, September, and December. Bond ETFs and some income-focused funds pay monthly, because the bonds and covered-call strategies they hold generate income every month. A handful of funds pay semiannually or annually. The exact schedule is set by the fund and published on the issuer's page; the frequency is a stable structural feature of each fund, not something that changes year to year.Where does an ETF's dividend actually come from?It is passed through, not created by the fund. When the companies inside a stock ETF pay their quarterly dividends, that cash flows into the fund and accumulates. On a set schedule the fund's manager tallies it up, subtracts the fund's tiny expense ratio, and distributes the rest to shareholders in proportion to how many shares they own. A bond ETF works the same way with the coupon interest its bonds pay. US funds are structured as 'regulated investment companies,' which must pass through essentially all of their net income to shareholders each year to avoid being taxed at the fund level — which is why the money reliably reaches you rather than piling up inside the fund.Are ETF dividends automatically reinvested?Only if you turn that on. By default, an ETF distribution lands in your brokerage account as cash. Most brokers offer a free dividend reinvestment plan (DRIP) that automatically uses each distribution to buy more shares (including fractional shares) of the same ETF, which is the simplest way to compound. You enroll per-holding or account-wide in your broker's settings. Whether you reinvest or take the cash, the distribution is still taxable in a taxable account in the year it is paid — reinvesting does not defer the tax.Are ETF dividends 'qualified' and taxed at the lower rate?Often, but not always. A dividend is 'qualified' — taxed at the lower 0/15/20% long-term capital-gains rates instead of your ordinary income rate — if it was paid by a US or qualifying foreign corporation and you met the IRS holding-period rule (generally holding the ETF shares more than 60 days around the ex-dividend date). Ordinary dividends, bond-ETF interest, REIT-ETF distributions, and the option-premium income from covered-call ETFs like JEPI are generally taxed at your ordinary rate, not the qualified rate. Your broker splits qualified vs ordinary amounts for you on Form 1099-DIV. For the full breakdown, see our guide to how ETFs are taxed.What is an ETF's dividend yield and how is it calculated?Yield expresses the distributions as a percentage of the price. The most common measure, trailing-twelve-month (TTM) yield, is the sum of the last 12 months of distributions divided by the current share price. A fund paying $2.40 over the past year at a $100 price yields 2.4%. The SEC 30-day yield is a standardized alternative that funds must report, useful for comparing bond funds. Yield moves inversely with price and changes constantly, so treat any specific number as a snapshot — the fund's distribution schedule is durable, the yield figure is not.Which ETFs pay monthly dividends?Monthly payers are concentrated in income-oriented categories. Most bond ETFs (such as BND and AGG) distribute monthly because their bonds pay interest continuously. Covered-call and 'premium income' equity ETFs (such as JEPI and JEPQ) also pay monthly, generating income from selling options. Some high-yield and REIT-focused funds pay monthly as well. Broad stock-index ETFs like VOO, VTI, and SCHD almost always pay quarterly instead. If monthly cash flow matters to you, check the fund's distribution frequency on its issuer page before buying — it is stated explicitly.ETF dividendsdividend yieldquarterly distributionsmonthly dividendsDRIPqualified dividends1099-DIVSEC&lt;a href="https://etf.thicket.sh/blog" rel="noopener noreferrer"&gt;← More fund analysis&lt;/a&gt;&lt;/p&gt;

</description>
      <category>investing</category>
      <category>finance</category>
      <category>personalfinance</category>
    </item>
    <item>
      <title>When Do I Get My Final Paycheck After I Quit or Am Fired?</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Tue, 21 Jul 2026 06:09:46 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/when-do-i-get-my-final-paycheck-after-i-quit-or-am-fired-4g5j</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/when-do-i-get-my-final-paycheck-after-i-quit-or-am-fired-4g5j</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://pay.thicket.sh/blog/when-do-i-get-my-final-paycheck" rel="noopener noreferrer"&gt;https://pay.thicket.sh/blog/when-do-i-get-my-final-paycheck&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://pay.thicket.sh/authors/jamie-reeves" rel="noopener noreferrer"&gt;Jamie Reeves&lt;/a&gt;, Personal Finance Writer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fwhen-do-i-get-my-final-paycheck.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fwhen-do-i-get-my-final-paycheck.webp%26w%3D3840%26q%3D75" alt="Illustration of a final paycheck envelope beside a calendar and a wall clock marking the payment deadline" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Federal law sets only the outer limit: under the Fair Labor Standards Act, your employer must pay your final wages no later than the next regular payday for the period you worked. There is no federal rule requiring a same-day check. But most states require final pay faster than that, and they usually treat being fired differently from quitting — several states make an employer pay all final wages &lt;em&gt;immediately&lt;/em&gt; when they terminate you, while wages after you resign are more often due on the next scheduled payday. When a state rule is stricter than the federal floor, the state rule controls.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Whether you were laid off, fired, or walked out on your own terms, the money you already earned is yours — the only real questions are &lt;em&gt;when&lt;/em&gt; it must arrive and &lt;em&gt;what&lt;/em&gt; it has to include. The answers are set almost entirely at the state level, so the same separation that requires a check on the spot in one state only requires a next-payday check in another.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Federal Floor: Next Regular Payday
&lt;/h2&gt;

&lt;p&gt;The US Department of Labor is direct about it. Per its &lt;a href="https://www.dol.gov/general/topic/wages/lastpaycheck" rel="noopener noreferrer"&gt;Last Paycheck guidance&lt;/a&gt;, the FLSA does not require employers to give a departing worker their final wages immediately. Instead, the final paycheck is generally due on or before the next regular payday for the pay period in which the work was performed. That single sentence is the federal baseline — it applies in every state, and it is the &lt;em&gt;only&lt;/em&gt; rule in states that have not enacted something stricter (Florida, Georgia, Alabama, and Mississippi, for example, default to the federal timeline because they have no separate final-pay statute).&lt;/p&gt;

&lt;h2&gt;
  
  
  State Deadlines: Fired vs Quit
&lt;/h2&gt;

&lt;p&gt;Most states have their own, faster rules, and the deadline typically splits on how the job ended. Being involuntarily terminated usually triggers a shorter clock than resigning, on the theory that a fired worker had no time to prepare. Here is how a representative set of states handles each case:&lt;/p&gt;

&lt;p&gt;StateIf fired / laid offIf you quitCaliforniaImmediately, at terminationWithin 72 hrs (immediately if 72+ hrs notice given)ColoradoImmediately (within 24 hrs of payroll unit)Next regular paydayMassachusettsDay of dischargeNext regular paydayIllinoisNext regular payday (sooner if possible)Next regular paydayTexasWithin 6 calendar daysNext regular paydayNew YorkNext regular paydayNext regular paydayWashingtonNext regular paydayNext regular paydayFlorida / Georgia (no state law)Next regular payday (FLSA)Next regular payday (FLSA)&lt;br&gt;
The table is a snapshot, not the full 50-state map, and details shift — some states add conditions for commissions or set different rules when the whole company shuts down. Always confirm the current rule with your &lt;a href="https://www.dol.gov/agencies/whd/state/contacts" rel="noopener noreferrer"&gt;state labor department&lt;/a&gt; before acting, because your state’s deadline — not the federal one — is what governs.&lt;/p&gt;

&lt;h2&gt;
  
  
  What the Final Check Must Include
&lt;/h2&gt;

&lt;p&gt;Your final paycheck has to cover every hour you actually worked through your last day, plus any overtime, commissions, and bonuses you had already earned. If part of that final week ran past 40 hours, the overtime premium still applies — see &lt;a href="https://pay.thicket.sh/blog/how-is-overtime-pay-calculated" rel="noopener noreferrer"&gt;how overtime pay is calculated&lt;/a&gt;. The wages are computed and taxed the same way as any normal check, so the gross-to-net path is unchanged; our breakdown of &lt;a href="https://pay.thicket.sh/blog/gross-pay-vs-net-pay" rel="noopener noreferrer"&gt;gross pay vs net pay&lt;/a&gt; shows exactly which deductions still come out.&lt;/p&gt;

&lt;p&gt;The bigger variable is &lt;strong&gt;unused vacation or PTO&lt;/strong&gt;. Some states — California and Colorado among them — treat accrued vacation as earned wages that must be cashed out in the final check, and forbid “use it or lose it” forfeiture. Others leave it to company policy. When PTO is paid out, it counts as supplemental wages and is withheld at a flat rate, which is why the number can look smaller than expected — the mechanics are in &lt;a href="https://pay.thicket.sh/blog/how-is-pto-payout-taxed" rel="noopener noreferrer"&gt;how a PTO payout is taxed&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  An Employer Cannot Hold Your Wages Hostage
&lt;/h2&gt;

&lt;p&gt;A common myth is that a company can sit on your final paycheck until you return a laptop, badge, or uniform. It cannot. Wages you have already earned are owed no matter what property is outstanding. In some states an employer may deduct the documented cost of unreturned items — but only within limits, often only with your written consent, and never enough to push your pay below minimum wage. Refusing to issue the check at all is illegal in every state.&lt;/p&gt;

&lt;h2&gt;
  
  
  If the Check Is Late
&lt;/h2&gt;

&lt;p&gt;A late final paycheck often costs the employer more than the wages themselves. California is the strictest: a willful failure to pay on time triggers a &lt;strong&gt;waiting-time penalty&lt;/strong&gt; equal to your daily rate of pay for each day the check is late, up to 30 days. Other states charge interest or smaller fixed penalties. Start with a written demand; if that does not work, file a wage claim with your state labor department, which is free and does not require a lawyer. A stretch between jobs is exactly what an emergency fund is for — our sister site’s &lt;a href="https://money.thicket.sh/blog/emergency-fund-calculator" rel="noopener noreferrer"&gt;emergency fund calculator&lt;/a&gt; helps you size the cushion that carries you through a gap in pay.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;Federal timing rule: &lt;a href="https://www.dol.gov/general/topic/wages/lastpaycheck" rel="noopener noreferrer"&gt;US Department of Labor — Last Paycheck&lt;/a&gt; (the FLSA requires final wages by the next regular payday and does not mandate immediate payment). State labor department directory for the state-specific deadlines and penalties: &lt;a href="https://www.dol.gov/agencies/whd/state/contacts" rel="noopener noreferrer"&gt;US Department of Labor — State Labor Offices&lt;/a&gt;. Overtime treatment of final-week hours: &lt;a href="https://www.dol.gov/agencies/whd/flsa" rel="noopener noreferrer"&gt;Fair Labor Standards Act&lt;/a&gt;. State deadlines in the table reflect each state’s final-pay statute and are summarized for illustration; confirm the current rule with your state labor office, as details and penalties change. Last updated July 20, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;Federal law sets the outer limit: under the Fair Labor Standards Act, your employer must pay your final wages by the next regular payday for the period you worked. There is no federal rule requiring same-day payment. Many states, however, require it faster — and they usually treat being fired differently from quitting. Several states (California, Colorado, Massachusetts among them) require an employer to hand over final wages immediately or the same day when they fire or lay you off, while wages after you quit are more often due on the next regular payday. Your state's rule controls, because it is stricter than the federal floor.No. An employer cannot refuse to pay you for hours you have already worked, and cannot hold your final paycheck hostage until you return a laptop, uniform, or badge. Wages you earned are yours regardless of how the job ended or what property is outstanding. An employer may, in some states and within limits, deduct the documented cost of unreturned property from the check, but only if it does not drop your pay below minimum wage and often only with your written authorization. Withholding the entire check is illegal everywhere, and many states add a waiting-time penalty on top of the wages owed.It depends on your state and your employer's policy. A number of states — California, Colorado, and others — treat accrued, unused vacation as earned wages that must be paid out in the final check, and a 'use it or lose it' forfeiture policy is illegal there. Other states leave it entirely to company policy, so whether you are paid for unused PTO comes down to what your handbook says. When PTO is paid out, it is taxed as supplemental wages, which changes how much is withheld — our guide on how a PTO payout is taxed covers that math.You are owed the wages regardless, and in many states a late final paycheck triggers an extra penalty. California is the strictest example: if an employer willfully fails to pay final wages on time, a 'waiting time penalty' accrues at your daily rate of pay for every day the check is late, up to a maximum of 30 days. Other states impose smaller penalties or interest. The first step is a written demand to the employer; if that fails, you can file a wage claim with your state labor department, which is free and does not require a lawyer.Only in some states. There is no federal requirement for immediate payment, so in states without their own rule the final check is due on the next regular payday. But in states like California and Colorado, an employer who fires or lays you off must pay all final wages at the moment of termination, and Massachusetts requires payment on the day of discharge. Because the rule is set state by state, the same firing that requires a check on the spot in California only requires a next-payday check in Florida or Georgia.Your regular final wages are taxed exactly like any other paycheck — federal income tax, Social Security, Medicare, and state tax all apply as usual. The one twist is any lump sum added on top: a severance payment or a payout of unused PTO is treated as supplemental wages and is typically subject to a flat 22% federal withholding rather than your normal withholding. That can make the check look more heavily taxed than usual, but it is a withholding difference, not a higher tax rate — any excess comes back when you file.&lt;/p&gt;

&lt;h2&gt;
  
  
  Check the Math on Your Last Check
&lt;/h2&gt;

&lt;p&gt;Make sure your final paycheck adds up. Run your pay rate and hours through the take-home calculator to see the gross, taxes, and net you should expect — free and instant, no sign-up.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;Open Take-Home Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>payroll</category>
      <category>work</category>
      <category>law</category>
    </item>
    <item>
      <title>How Much of My Paycheck Can Be Garnished?</title>
      <dc:creator>Yonatan Naor</dc:creator>
      <pubDate>Tue, 21 Jul 2026 06:09:44 +0000</pubDate>
      <link>https://dev.to/yonatan_naor_5642e43447ea/how-much-of-my-paycheck-can-be-garnished-3aem</link>
      <guid>https://dev.to/yonatan_naor_5642e43447ea/how-much-of-my-paycheck-can-be-garnished-3aem</guid>
      <description>&lt;p&gt;&lt;em&gt;Originally published at &lt;a href="https://pay.thicket.sh/blog/how-much-of-my-paycheck-can-be-garnished" rel="noopener noreferrer"&gt;https://pay.thicket.sh/blog/how-much-of-my-paycheck-can-be-garnished&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;By &lt;a href="https://pay.thicket.sh/authors/jamie-reeves" rel="noopener noreferrer"&gt;Jamie Reeves&lt;/a&gt;, Personal Finance Writer&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fhow-much-of-my-paycheck-can-be-garnished.webp%26w%3D3840%26q%3D75" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fpay.thicket.sh%2F_next%2Fimage%3Furl%3D%252Fimages%252Fblog%252Fhow-much-of-my-paycheck-can-be-garnished.webp%26w%3D3840%26q%3D75" alt="Illustration of a paycheck with a portion sliced away by a garnishment order, the rest protected under a shield" width="1200" height="675"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;For an ordinary debt — a credit card, a medical bill, a personal loan — federal law caps a wage garnishment at the &lt;em&gt;lesser&lt;/em&gt; of 25% of your disposable earnings or the amount by which those earnings exceed 30 times the federal minimum wage ($217.50 a week). Whichever figure is smaller is the most a creditor can take, and everything below the $217.50 floor is always protected. Some debts run higher: child support can reach 50–60% of disposable earnings, federal student loans up to 15%, and unpaid federal taxes follow an IRS exemption table instead of a percentage. Many states shield even more.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A garnishment notice is alarming precisely because it feels open-ended — as if a creditor could empty your account. It cannot. The rules that govern how much of a paycheck can be taken are set by &lt;a href="https://www.dol.gov/agencies/whd/garnishment" rel="noopener noreferrer"&gt;Title III of the Consumer Credit Protection Act (CCPA)&lt;/a&gt;, enforced by the US Department of Labor, and they draw a hard line under a portion of every check. Here is exactly how that line is calculated.&lt;/p&gt;

&lt;h2&gt;
  
  
  Start With Disposable Earnings, Not Take-Home Pay
&lt;/h2&gt;

&lt;p&gt;Every garnishment limit is a percentage of your &lt;strong&gt;disposable earnings&lt;/strong&gt;, and that is a specific legal term — not the net pay on your stub. Per &lt;a href="https://www.dol.gov/agencies/whd/fact-sheets/30-cppa" rel="noopener noreferrer"&gt;US Department of Labor Fact Sheet #30&lt;/a&gt;, disposable earnings are your gross pay minus the deductions the law &lt;em&gt;requires&lt;/em&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Federal, state, and local income tax&lt;/li&gt;
&lt;li&gt;Social Security and Medicare (FICA)&lt;/li&gt;
&lt;li&gt;Mandatory state unemployment or disability withholding
Voluntary deductions do &lt;em&gt;not&lt;/em&gt; come out first. Your 401(k) contribution, health and dental premiums, union dues, and charitable giving are all ignored when disposable earnings are figured, so your disposable earnings are usually &lt;em&gt;higher&lt;/em&gt; than the take-home number you are used to seeing. If you want to see how those two figures diverge on your own check, our guide to &lt;a href="https://pay.thicket.sh/blog/gross-pay-vs-net-pay" rel="noopener noreferrer"&gt;gross pay vs net pay&lt;/a&gt; walks through each layer, and a garnishment line itself shows up as a post-tax deduction — see &lt;a href="https://pay.thicket.sh/blog/how-to-read-a-pay-stub" rel="noopener noreferrer"&gt;how to read a pay stub&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The 25% / 30x Rule for Ordinary Debts
&lt;/h2&gt;

&lt;p&gt;For most consumer debts — credit cards, medical bills, personal loans, and money judgments — the CCPA sets the ceiling at the &lt;strong&gt;lesser&lt;/strong&gt; of two numbers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;25%&lt;/strong&gt; of your disposable earnings for that pay period, or&lt;/li&gt;
&lt;li&gt;the amount by which your disposable earnings exceed &lt;strong&gt;30 times the federal minimum wage&lt;/strong&gt; ($7.25 × 30 = $217.50 per week).
The second number builds in a protected floor. If your weekly disposable earnings are $217.50 or less, &lt;strong&gt;nothing&lt;/strong&gt; can be garnished. Between $217.50 and $290, only the amount above $217.50 can be taken. At $290 or more per week, the 25% cap becomes the binding limit. Because the floor is tied to a weekly figure, it scales with your pay frequency:&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pay frequencyProtected floor (30x min. wage)25% cap kicks in aboveWeekly$217.50$290.00Biweekly$435.00$580.00Semi-monthly$471.25$628.33Monthly$942.50$1,256.67&lt;br&gt;
&lt;strong&gt;Worked example.&lt;/strong&gt; Say your disposable earnings are $600 for a one-week pay period. The 25% figure is $150. The “amount over $217.50” figure is $600 − $217.50 = $382.50. The creditor takes the &lt;em&gt;lesser&lt;/em&gt;, so the garnishment is $150 and you keep $450. If instead you earned $260 disposable that week, 25% would be $65, but the amount over the floor is only $42.50 — so just $42.50 could be taken.&lt;/p&gt;

&lt;h2&gt;
  
  
  Different Debts, Different Limits
&lt;/h2&gt;

&lt;p&gt;The 25% rule is only the default. Several categories of debt override it with their own caps, and priority debts are taken before ordinary creditors get anything.&lt;/p&gt;

&lt;p&gt;Type of debtMaximum of disposable earningsAuthorityCredit card, medical, personal loan, judgment25% (or amount over 30x min. wage)CCPA Title IIIChild support / alimony — supporting another spouse or child50% (55% if 12+ weeks behind)CCPA Title IIIChild support / alimony — not supporting another60% (65% if 12+ weeks behind)CCPA Title IIIFederal student loans (administrative garnishment)15%US Dept. of EducationUnpaid federal taxes (IRS levy)Set by exempt-amount table, not a flat %IRS Publication 1494&lt;br&gt;
Two notes on the outliers. Child support is the one place the law lets a large majority of a check be taken, because it is treated as the highest social priority. And a federal &lt;a href="https://www.irs.gov/pub/irs-pdf/p1494.pdf" rel="noopener noreferrer"&gt;IRS levy&lt;/a&gt; works backwards from the others: rather than capping what the IRS can take, &lt;a href="https://www.irs.gov/businesses/small-businesses-self-employed/information-about-wage-levies" rel="noopener noreferrer"&gt;Publication 1494&lt;/a&gt; defines an amount that is &lt;em&gt;exempt&lt;/em&gt; (based on your standard deduction, dependents, and pay frequency) and the IRS can levy everything above it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Your State May Protect More
&lt;/h2&gt;

&lt;p&gt;The CCPA is a floor, not a ceiling — states are free to shield a larger share of wages, and when federal and state limits conflict, the one that protects &lt;em&gt;more&lt;/em&gt; of your paycheck wins. Several states are far more protective than the federal 25%:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Texas, Pennsylvania, North Carolina, and South Carolina&lt;/strong&gt; prohibit wage garnishment for most ordinary consumer debts entirely (child support, taxes, and student loans still apply).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;New York&lt;/strong&gt; caps ordinary garnishments at 10% of gross income in many cases.&lt;/li&gt;
&lt;li&gt;Many states raise the protected floor above $217.50 to track a higher state minimum wage.
Because the state rules vary so widely, the federal maximum is best read as a worst case. Your actual exposure could be much lower depending on where you work.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Can You Be Fired Over It?
&lt;/h2&gt;

&lt;p&gt;For a single debt, no. Title III makes it illegal for an employer to fire you because your wages are garnished for any &lt;em&gt;one&lt;/em&gt; debt, however many times that order is levied. The protection does not extend to a second, separate garnishment under federal law, though some states fill that gap. If a garnishment has you rethinking your overall debt load, our sister site’s guide to &lt;a href="https://money.thicket.sh/blog/debt-snowball-vs-avalanche" rel="noopener noreferrer"&gt;the debt snowball vs avalanche methods&lt;/a&gt; lays out how to prioritize paying it down.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sources and Methodology
&lt;/h2&gt;

&lt;p&gt;Garnishment limits and the definition of disposable earnings: &lt;a href="https://www.dol.gov/agencies/whd/garnishment" rel="noopener noreferrer"&gt;US Department of Labor — Wage Garnishment&lt;/a&gt; and &lt;a href="https://www.dol.gov/agencies/whd/fact-sheets/30-cppa" rel="noopener noreferrer"&gt;Fact Sheet #30: The Federal Wage Garnishment Law, Consumer Credit Protection Act’s Title III&lt;/a&gt; (the 25% / 30x-minimum-wage rule, child support 50–65% caps, and the anti-firing protection). Federal IRS levy exemptions: &lt;a href="https://www.irs.gov/pub/irs-pdf/p1494.pdf" rel="noopener noreferrer"&gt;IRS Publication 1494&lt;/a&gt;. The federal minimum wage of $7.25/hour is used for the 30x protected-floor math. State-specific limits come from individual state labor and garnishment statutes and can exceed these federal protections. Last updated July 20, 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Frequently Asked Questions
&lt;/h2&gt;

&lt;p&gt;For an ordinary debt like a credit card or medical bill, federal law caps a garnishment at the lesser of 25% of your disposable earnings or the amount by which your disposable earnings exceed 30 times the federal minimum wage ($217.50 a week). Whichever number is smaller is the most a creditor can take. Different debts have different, higher limits: child support can reach 50-60% of disposable earnings, federal student loans up to 15%, and unpaid federal taxes are set by an IRS exempt-amount table rather than a flat percentage. Many states protect more of your wages than the federal floor, so the practical limit is often lower than 25%.No. Federal law guarantees that a baseline amount of your wages is always protected. For a standard creditor garnishment, everything up to 30 times the federal minimum wage per week ($217.50) is off-limits, and above that the creditor can take at most 25% of your disposable earnings. Even the highest-priority garnishments — child support in arrears — top out at 65% of disposable earnings, so some of every paycheck reaches you. The only way close to a whole check disappears is when multiple orders stack (for example child support plus a tax levy), and even then the protected floor still applies.Yes. A garnishment is a continuing order: once your employer receives it, the calculated amount is withheld from every paycheck until the debt (plus interest and fees) is paid off, the order is lifted, or you leave the job. The dollar figure can change from check to check because it is based on your disposable earnings for that specific pay period, so a smaller check means a smaller garnishment. Your employer is legally required to keep withholding and remit the money until it receives a release.Disposable earnings are what is left of your gross pay after legally required deductions — federal, state, and local income tax, Social Security, Medicare, and any mandatory state unemployment or disability withholding. They are not the same as take-home pay. Voluntary deductions such as 401(k) contributions, health insurance premiums, union dues, and charitable giving are NOT subtracted before the garnishment is calculated, so your disposable earnings are usually higher than the net pay printed on your stub. The garnishment percentage is always applied to disposable earnings, not to gross or net.Not for a single debt. Title III of the Consumer Credit Protection Act makes it illegal for an employer to fire you because your earnings are garnished for any one debt, no matter how many times that one garnishment is levied. That protection stops at the first debt, though — federal law does not prevent firing when a second, separate garnishment order is added. A handful of states extend the protection to multiple garnishments, so check your state labor department if you are facing more than one.Yes, but the total is still capped. Priority orders — child support and federal tax levies — are taken first and can consume most of the 25% ceiling. If a child support order is already taking, say, 50% of your disposable earnings, an ordinary credit-card garnishment usually gets nothing, because the 25% cap for ordinary debts has no room left underneath the higher-priority order. Multiple ordinary creditors cannot exceed 25% combined; they generally line up and are paid one at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  See What Actually Lands in Your Check
&lt;/h2&gt;

&lt;p&gt;Before you can figure a garnishment, you need your disposable earnings. Run your salary through the take-home calculator to see gross, taxes, and net for your state — free and instant, no sign-up.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://pay.thicket.sh/take-home" rel="noopener noreferrer"&gt;Open Take-Home Calculator →&lt;/a&gt;&lt;/p&gt;

</description>
      <category>payroll</category>
      <category>finance</category>
      <category>law</category>
    </item>
  </channel>
</rss>
