Pay Stub Decoder
Paste a pay stub and we'll parse out the major line items (gross pay, federal tax, Social Security, Medicare, state tax, deductions, net pay) and verify the math balances.
Enter values and click Calculate to see results.
How this is calculated
Per line: match a keyword (gross pay / federal income tax / social security / medicare / state tax / health insurance / 401(k) / net pay), then take the last dollar-like number on the line. computed_net = gross − (federal + SS + Medicare + state + local + health + retirement). Balanced = |parsed_net − computed_net| ≤ $1.00. Standard rates: FICA Social Security 6.2% (OASDI), Medicare 1.45%.