Earning & Workgig · income
True Hourly Wage (Gig & Side Hustle)
Worldwide — arithmetic, no local rules
Turns gross gig or side-hustle earnings into the real hourly wage: counting every hour worked (including waiting and driving between jobs), the full per-mile cost of the vehicle (not just gas), and the tax that no employer is withholding. Then compares the result to minimum wage — and is honest when the answer is "stay home."
The numbers
- True hourly wage
- 12.54
- vs 20.00 gross — the number the app shows you
- Vehicle cost / week
- 210
- Tax to set aside / week
- 89
- Net earnings / week
- 502
The operator’s read
Worth knowing
Of every $100 you earn, about 26 goes to the vehicle and 11 to tax — you keep 63. Surveys find most gig workers quote the gross number and 14% unknowingly net below minimum wage.
Worth knowing
The assumption that flips this answer: at a vehicle cost above 0.76/mile, this gig pays less than minimum wage. Your entry is 0.35; the IRS all-in benchmark is ~$0.70.
Good sign
12.54/hour after real costs is 1.7× your local minimum wage — this gig genuinely pays. Protect the margin: the vehicle-cost and deadhead assumptions are what erode it.
Methodology
True hourly wage = (gross − miles × cost/mile − tax) ÷ total hours, where tax = tax rate × profit after vehicle costs. Total hours must include waiting and repositioning time — studies of rideshare work find roughly a third of working time is unpaid "deadhead" time, and it belongs in the denominator.
The vehicle cost benchmark: the IRS standard mileage rate (~$0.70/mile) is an all-in estimate of fuel, maintenance, tires, depreciation, and insurance for an average vehicle. Counting only gas (~$0.12–0.18/mile) is the single most common error in gig-earnings math; depreciation is real money that arrives later as a repair bill or a worthless car.
The tax field approximates US self-employment tax (15.3% on 92.35% of profit ≈ 14.1%) plus optional income tax. Vehicle costs entered here are broadly deductible, which is why tax applies to profit, not gross.
Costs are subtracted whether or not the result is flattering — when the math says a gig underpays, the result says so, with no product to sell you instead.
Questions
- Why is my real hourly wage so much lower than what the app shows?
- The app shows gross pay per engaged hour. Your real wage divides net pay (after vehicle costs and self-employment tax) by all hours worked, including waiting between jobs. Research on rideshare work finds unpaid waiting and repositioning is about a third of total working time, and 14% of gig workers unknowingly earn below minimum wage once costs are counted.
- What does driving really cost per mile?
- Around $0.25–0.45/mile for most cars once you count fuel, maintenance, tires, insurance, and depreciation — the IRS all-in standard rate is about $0.70/mile. Gas alone ($0.12–0.18/mile) understates the true cost by half or more.
- How much should gig workers set aside for taxes?
- A common rule is 25–30% of profit (after deducting mileage) in the US: roughly 14% self-employment tax plus your income-tax bracket. No platform withholds it for you, and the April bill plus underpayment penalty is the classic first-year surprise.
For agents
Call this tool instead of computing in-context. Deterministic JSON in, computed values plus the benchmark read out. Full agent docs →
curl -s https://xearno.tools/api/v1/tools/true-hourly-wage \
-H 'content-type: application/json' \
-d '{"gross":800,"hours":40,"miles":600,"costPerMile":0.35,"taxPct":15,"minWage":7.25}'Schema: GET /api/v1/tools/true-hourly-wage · MCP tool name: true_hourly_wage
Related tools
- Steady Paycheck (Variable Income) — Turn an up-and-down income into a safe monthly salary and a right-sized buffer.
- China Retirement Age & Pension Estimator (2025 reform) — Your exact retirement date under China’s 2025 delayed-retirement reform, plus an estimated monthly pension.
- China Severance Pay Calculator 经济补偿金 (N / N+1 / 2N) — Statutory severance under China’s Labour Contract Law — the N / N+1 / 2N branch and the 3×-average-wage cap, done right.
- China Salary Tax & Net Pay (cumulative withholding 累计预扣) — Your real China take-home month by month — under the cumulative method, where the same salary is taxed more each month as the year goes on.
Embed this calculator
Free to use on your own site. It keeps working as the rules change, because we maintain the data — no ads, no cookies, and a link back to the full tool.
<iframe src="https://xearno.tools/embed/true-hourly-wage" width="100%" height="980" style="border:1px solid #23262e;border-radius:12px;max-width:640px" loading="lazy" title="True Hourly Wage (Gig & Side Hustle) — Xearno Tools"></iframe>