The Schedule SE Nonfarm Optional Method: Buying Social Security Credit in a Schedule C Loss Year

Published: September 24, 2026 ยท Reading time: 11 min

TL;DR: A Schedule C loss or thin-profit year can leave a freelancer with zero Social Security work credits for that year โ€” actual net earnings under the quarter-of-coverage amount simply don't buy anything. IRC ยง1402(a)'s nonfarm optional method, worked out on Schedule SE Part II (Lines 14-17), lets you elect deemed net earnings โ€” two-thirds of gross nonfarm income (Schedule C Line 7), capped at that year's "lower limit" โ€” instead of actual profit (Schedule C Line 31). For 2026, using the SSA's published quarter-of-coverage amount of $1,890 and the formula in IRC ยง1402(l), that lower limit is $7,560 and the net-profit eligibility ceiling is $8,186. It's capped at five tax years for your entire life, non-consecutive, and gated by a "regularly self-employed" test ($400+ net earnings in 2 of the prior 3 years). The worked example below shows a freelancer paying $663.67 in extra self-employment tax to buy 3 additional quarters of coverage โ€” and a second example with the identical dollar profit that fails eligibility entirely because of the often-missed 72.189% profit-margin test. The election never touches your actual Schedule C net profit โ€” but it does shave a little off your QBI base, through the larger half-SE-tax deduction it produces.

Every freelancer tax guide on Social Security credits explains the same mechanic: earn enough net self-employment income for the year and you buy up to four "quarters of coverage" toward the 40 you need for retirement benefits, or toward the shorter "recent work" test for disability insurance. What almost none of them mention is that the IRS has a specific, narrow election for the year that mechanic fails you โ€” a slow year, a big equipment purchase, a client who paid late โ€” that lets you buy those credits anyway, on a formula that runs off your gross income rather than your net profit. This is that election, computed with the actual 2026 numbers.


Why this election exists

Social Security credits are earned on net earnings from self-employment, not on gross revenue. A freelancer whose Schedule C shows a $200 profit after a rough year โ€” heavy expenses, a slow quarter, a big deductible purchase โ€” gets credited with essentially nothing for that year's work, even though real gross revenue may have been substantial. Congress addressed this decades ago for farmers with highly variable income, and extended a parallel "nonfarm optional method" to other self-employed people with the same problem: a real, ongoing business whose net profit in a particular year understates the work actually done.

The mechanism sits in the flush language at the end of 26 U.S.C. ยง1402(a), and it does one specific thing: for a taxpayer who meets the eligibility tests, it lets net earnings from self-employment be deemed to be two-thirds of gross income from the business โ€” not the actual net profit โ€” up to a statutory ceiling. That deemed figure is what Social Security credits, and Schedule SE's tax computation, run off of for the year, instead of the number on Schedule C Line 31.


The 2026 dollar thresholds, derived from the statute

IRC ยง1402(l) defines the two figures the whole election runs on:

"(1) Lower limit โ€” The lower limit for any taxable year is the sum of the amounts required under section 213(d) of the Social Security Act for a quarter of coverage in effect with respect to each calendar quarter ending with or within such taxable year. (2) Upper limit โ€” The upper limit for any taxable year is the amount equal to 150 percent of the lower limit for such taxable year."

For a calendar-year filer, that's simply 4 x that year's quarter-of-coverage (QC) amount for the lower limit, and 150% of that for the upper limit. The Social Security Administration set the 2026 QC amount in its annual cost-of-living-adjustment notice:

"The earnings required for a quarter of coverage in 2026 is $1,890."

The IRS's own Schedule SE (and its instructions) for tax year 2026 hadn't been published as of this writing โ€” the most recent version available covers tax year 2025 and uses 2025's QC amount ($1,810). So the 2026 figures below are derived directly from the statutory formula and the SSA's already-published 2026 QC amount, not copied from an IRS table:

node -e "
const fmt = n => n.toLocaleString('en-US', {minimumFractionDigits:2, maximumFractionDigits:2});

// SSA quarter-of-coverage amount for 2026 (Fed. Reg. notice 2025-19763,
// 'Cost-of-Living Increase and Other Determinations for 2026')
const qc2026 = 1890;

// IRC Sec. 1402(l)(1): lower limit = sum of QC amounts for each calendar
// quarter in the tax year -- 4 x QC for a calendar-year taxpayer.
const lowerLimit = qc2026 * 4;
// IRC Sec. 1402(l)(2): upper limit = 150% of the lower limit.
const upperLimit = lowerLimit * 1.5;
// Instructions for Schedule SE: net-profit eligibility ceiling = 72.189%
// of the upper limit, rounded to the nearest dollar.
const profitCeiling = Math.round(upperLimit * 0.72189);

console.log('2026 lower limit (Line 14 cap / EIC-credits threshold):', fmt(lowerLimit));
console.log('2026 upper limit (farm gross-income ceiling):', fmt(upperLimit));
console.log('2026 net-profit eligibility ceiling (72.189% of upper limit):', fmt(profitCeiling));
console.log();

// Cross-check the formula against the IRS's own already-published figures
function check(qc, label, expect) {
  const ll = qc*4, ul = ll*1.5, pc = Math.round(ul*0.72189);
  console.log(label, '-> lower', fmt(ll), 'upper', fmt(ul), 'profitCeiling', fmt(pc), '| expected', expect);
}
check(1810, '2025 (Instructions for Schedule SE, rev. Oct. 2025)', '7,240 / 10,860 / 7,840');
check(1410, '2020 (Instructions for Schedule SE, rev. 2020)', '5,640 / 8,460 / 6,107');
"

Output:

2026 lower limit (Line 14 cap / EIC-credits threshold): 7,560.00
2026 upper limit (farm gross-income ceiling): 11,340.00
2026 net-profit eligibility ceiling (72.189% of upper limit): 8,186.00

2025 (Instructions for Schedule SE, rev. Oct. 2025) -> lower 7,240.00 upper 10,860.00 profitCeiling 7,840.00 | expected 7,240 / 10,860 / 7,840
2020 (Instructions for Schedule SE, rev. 2020) -> lower 5,640.00 upper 8,460.00 profitCeiling 6,107.00 | expected 5,640 / 8,460 / 6,107

The same formula reproduces the IRS's actual published 2025 figures ($7,240 / $10,860 / $7,840) and 2020 figures ($5,640 / $8,460 / $6,107) exactly, which is the cross-check that the 2026 derivation โ€” lower limit $7,560, upper limit $11,340, net-profit eligibility ceiling $8,186 โ€” is using the right formula rather than a guess. The 72.189% factor itself has been unchanged in the published instructions since at least 2015, so it isn't an annually-indexed number the way the dollar limits are.


Schedule SE Part II, line by line

The actual form (Schedule SE, Form 1040, Part II) lays the nonfarm optional method out as four lines, with the source of each input named in a footnote:

LineWhat it computesSource
14Maximum income for optional methods (the year's lower limit)IRC ยง1402(l)(1)
15Farm optional method: smaller of 2/3 of gross farm income, or Line 14Sch. F Line 9 (gross); Sch. F Line 34 (net)
16Line 14 minus Line 15 โ€” the room left for the nonfarm methodโ€”
17Nonfarm optional method: smaller of 2/3 of gross nonfarm income, or Line 16Schedule C Line 7 (gross); Schedule C Line 31 (net)

Two footnotes on the form pin down exactly which Schedule C numbers feed this: net nonfarm profit is "From Sch. C, line 31," and gross nonfarm income is "From Sch. C, line 7" โ€” the gross-income figure, not gross receipts (Line 1) and not net profit. A freelancer with no inventory and no cost of goods sold usually has Line 7 equal to Line 1 plus any Line 6 other income, but the two can diverge for anyone selling physical goods.

The eligibility gate, from the current Instructions for Schedule SE:

"You may be able to use this method to figure your net earnings from nonfarm self-employment if your net nonfarm profits were less than $7,840 and also less than 72.189% of your gross nonfarm income."

The form itself adds the second condition and the lifetime cap in the same place: a "regularly self-employed" test of $400+ net earnings in 2 of the prior 3 years, and this caution, printed directly on Schedule SE Part II โ€”

"Caution: You may use this method no more than five times."

(That $7,840 profit ceiling is the 2025 figure printed on the current instructions and form; the 2026 equivalent, derived above, is $8,186.)


Worked Example: Maya, a slow year for a freelance illustrator

Maya is a single-filer freelance illustrator. 2026 was a slow year: $9,000 of gross nonfarm income (Schedule C Line 7) and, after expenses including a new tablet and software licenses, a $1,800 net profit (Schedule C Line 31). She's been self-employed steadily since 2022, so she clears the "regularly self-employed" test.

node -e "
const fmt = n => n.toLocaleString('en-US', {minimumFractionDigits:2, maximumFractionDigits:2});

const qc2026 = 1890;
const lowerLimit = qc2026 * 4;            // 7,560
const profitCeiling = 8186;               // derived above

const grossNonfarmIncome = 9000;  // Schedule C Line 7
const netProfit = 1800;           // Schedule C Line 31

console.log('=== Eligibility ===');
console.log('Net profit', fmt(netProfit), '< profit ceiling', fmt(profitCeiling), '?', netProfit < profitCeiling);
const pctOfGross = netProfit / grossNonfarmIncome;
console.log('Net profit as % of gross nonfarm income:', (pctOfGross*100).toFixed(3)+'%', '< 72.189% ?', pctOfGross < 0.72189);
console.log();

console.log('=== Regular method (no election) ===');
const regularSEEarnings = netProfit * 0.9235; // Schedule SE Line 4a
const regularSETax = regularSEEarnings * 0.153;
const regularHalfDeduction = regularSETax * 0.5;
const regularCredits = Math.min(4, Math.floor(regularSEEarnings / qc2026));
console.log('Line 4a SE earnings (net profit x 92.35%):', fmt(regularSEEarnings));
console.log('SE tax (x15.3%):', fmt(regularSETax));
console.log('Half-SE-tax deduction:', fmt(regularHalfDeduction));
console.log('Quarters of coverage earned:', regularCredits);
console.log();

console.log('=== Nonfarm optional method (elected) ===');
const twoThirdsGross = grossNonfarmIncome * (2/3);
const line17 = Math.min(twoThirdsGross, lowerLimit); // Line 16 = lowerLimit, no farm method used
const optionalSETax = line17 * 0.153; // flows straight to Line 4b -> 4c -> 6, no further x92.35%
const optionalHalfDeduction = optionalSETax * 0.5;
const optionalCredits = Math.min(4, Math.floor(line17 / qc2026));
console.log('Two-thirds of gross nonfarm income:', fmt(twoThirdsGross));
console.log('Line 17 deemed earnings:', fmt(line17));
console.log('SE tax on deemed earnings (x15.3%):', fmt(optionalSETax));
console.log('Half-SE-tax deduction:', fmt(optionalHalfDeduction));
console.log('Quarters of coverage earned:', optionalCredits);
console.log();

console.log('=== Cost of electing ===');
console.log('Extra SE tax paid:', fmt(optionalSETax - regularSETax));
console.log('Extra half-SE deduction gained:', fmt(optionalHalfDeduction - regularHalfDeduction));
console.log('Additional quarters of coverage bought:', optionalCredits - regularCredits);
console.log('Cost per additional quarter of coverage:', fmt((optionalSETax - regularSETax) / (optionalCredits - regularCredits)));
"

Output:

=== Eligibility ===
Net profit 1,800.00 < profit ceiling 8,186.00 ? true
Net profit as % of gross nonfarm income: 20.000% < 72.189% ? true

=== Regular method (no election) ===
Line 4a SE earnings (net profit x 92.35%): 1,662.30
SE tax (x15.3%): 254.33
Half-SE-tax deduction: 127.17
Quarters of coverage earned: 0

=== Nonfarm optional method (elected) ===
Two-thirds of gross nonfarm income: 6,000.00
Line 17 deemed earnings: 6,000.00
SE tax on deemed earnings (x15.3%): 918.00
Half-SE-tax deduction: 459.00
Quarters of coverage earned: 3

=== Cost of electing ===
Extra SE tax paid: 663.67
Extra half-SE deduction gained: 331.83
Additional quarters of coverage bought: 3
Cost per additional quarter of coverage: 221.22

Under the regular method, Maya's actual $1,800 profit reduces to $1,662.30 of SE-taxable earnings after the 92.35% adjustment โ€” below the $1,890 quarter-of-coverage amount, so she earns zero credits for 2026 no matter how much real work that profit represents. Electing the nonfarm optional method lets her report $6,000 of deemed earnings instead (two-thirds of her $9,000 gross income, which comes in under the $7,560 cap so it isn't reduced further) โ€” enough for 3 of the 4 possible credits for the year, at a real cost of $663.67 in additional self-employment tax, partly offset by a $331.83 larger above-the-line deduction. That deemed $6,000 flows straight into Schedule SE's tax computation without the 92.35% haircut regular earnings get, because the form enters it directly on Line 4b rather than running it back through Line 4a.


The trap: identical profit, failed eligibility

Devon is an online tutor with a much leaner cost structure than Maya โ€” almost no overhead, so the same $1,800 net profit comes from a much smaller gross figure.

node -e "
const profitCeiling = 8186;
const devonGross = 2000; // Schedule C Line 7
const devonProfit = 1800; // Schedule C Line 31 -- identical dollar profit to Maya
console.log('Net profit', devonProfit, '< profit ceiling', profitCeiling, '?', devonProfit < profitCeiling);
const devonPct = devonProfit / devonGross;
console.log('Net profit as % of gross nonfarm income:', (devonPct*100).toFixed(3)+'%', '< 72.189% ?', devonPct < 0.72189);
console.log('Eligible for nonfarm optional method?', (devonProfit < profitCeiling) && (devonPct < 0.72189));
"

Output:

Net profit 1800 < profit ceiling 8186 ? true
Net profit as % of gross nonfarm income: 90.000% < 72.189% ? false
Eligible for nonfarm optional method? false

Devon's $1,800 profit clears the flat dollar ceiling easily โ€” it's nowhere near $8,186 โ€” but it's 90% of his $2,000 gross income, well above the 72.189% cutoff, so he fails the second half of the two-part test and can't elect the nonfarm optional method at all for 2026. The two conditions are independent and both have to hold: a freelancer with thin margins on a larger gross figure (like Maya, 20% margin) can qualify with room to spare, while a freelancer with the identical dollar profit but very little overhead (like Devon, 90% margin) can fail outright. Checking only the dollar ceiling and assuming a low-profit year automatically qualifies is exactly the mistake this trap is built to catch.


What the election doesn't touch โ€” and the one indirect thing it does

The deemed earnings computed on Schedule SE Line 17 never appear on Schedule C. Net profit on Line 31 is whatever it actually was โ€” the election doesn't change it, and qualified business income for the ยง199A deduction is defined starting from that same actual figure, not from the SE-tax deeming.

But it isn't fully hands-off, either: Treas. Reg. ยง1.199A-3(b)(1)(vi) reduces QBI by the deductible half of self-employment tax, and electing raises that half-SE-tax deduction (it's now computed on the deemed earnings, not the thin actual profit). For Maya, below, that's a $331.83 larger deduction โ€” which shrinks her QBI base by the identical $331.83, worth up to $66.37 of her tentative 20%-of-QBI amount. Whether that actually reduces her allowed deduction, rather than a cap that was already binding for an unrelated reason, depends on her full return โ€” this narrow example only supplies her Schedule C figures, not the rest of her household's taxable income.

What else the election changes, per the IRS's own instructions: the self-employment tax itself (higher, computed on the deemed earnings), and potentially the EIC, additional child tax credit, child and dependent care credit, and the self-employed health insurance deduction limit on Form 7206 โ€” all of which are keyed to net earnings from self-employment rather than to Schedule C profit directly. Because electing raises reported AGI-adjacent figures in some places and lowers others, the instructions specifically recommend figuring the affected credits both with and without the election before deciding.


Audit Triggers & Common Mistakes

  1. Checking only the dollar ceiling and skipping the 72.189% test. As Devon's example shows, a thin-margin business can pass the flat dollar cap and still fail eligibility outright.
  2. Forgetting the five-tax-year lifetime cap. Nothing on the form stops a sixth election; it's the filer's responsibility to track prior years used, and they don't have to be consecutive.
  3. Skipping the "regularly self-employed" test. A freelancer in their first year or two of business, without $400+ of net earnings in 2 of the prior 3 years, doesn't qualify no matter how the current year's numbers look.
  4. Using gross receipts instead of Schedule C Line 7. The form's footnote is explicit โ€” gross nonfarm income is Line 7 (gross income after returns/allowances and COGS), not Line 1 gross receipts.
  5. Assuming the election changes Schedule C net profit. It only ever touches Schedule SE; net profit is unaffected. It does, however, shrink the QBI base slightly, since the larger half-SE-tax deduction the election produces is subtracted from QBI under Treas. Reg. ยง1.199A-3(b)(1)(vi) โ€” don't assume the deduction is fully unaffected either.
  6. Not comparing the SE-tax cost against the actual value of the credit before electing. A worker who already has 40 credits banked, or who isn't close to a disability "recent work" test, may be paying real dollars for credits that don't change their benefit eligibility at all โ€” the instructions' own advice to "figure it both ways" applies here most of all.

How CentSense Helps

CentSense keeps the two inputs this entire election depends on โ€” gross income and net profit โ€” accurate and reconciled all year, not reconstructed at filing time:

  • Every receipt and expense categorized against the right Schedule C line as it happens, so Line 7 and Line 31 are accurate the day you need to run the eligibility test, not guessed at in April
  • A running year-over-year profit history, which is exactly what the "regularly self-employed" 2-of-3-years lookback needs
  • Clean separation of gross income from net profit, so the 72.189% margin test is a lookup instead of a spreadsheet reconstruction
  • A CPA-ready expense export at tax time, so your preparer can run both the regular and optional method calculations before you file

For the Social Security credit mechanics this election exists to fix, see Self-Employment Tax and Social Security Benefits; for how a slow year interacts with losses more broadly, see Schedule C Net Operating Loss and Schedule C Expenses With No Income; and for the farm-side version of this election, see Schedule C vs. Schedule F.


Authoritative References


Don't let a slow year quietly cost you a year of Social Security credit you could have bought for a few hundred dollars. Start a free CentSense account, keep gross income and net profit reconciled automatically all year, and know before you file whether the nonfarm optional method's two-part test is even in reach. Free tier includes 10 AI scans per month.


This guide is general education for U.S. self-employed freelancers filing a Schedule C in 2026. It is not personalized tax or Social Security advice โ€” the nonfarm optional method involves a real tradeoff between self-employment tax paid now and future Social Security benefit value that depends on your full earnings history and benefit goals. Consult a CPA or EA, and check your Social Security earnings record directly, before electing.

Related reads

Continue learning with more tax and expense guides for freelancers.

Compare alternatives

See how CentSense stacks up to other expense and receipt tools for freelancers.