# Mileage Reimbursement Calculator

- **URL:** https://codeasystem.com/calculators/everyday/mileage-reimbursement-calculator/
- **Category:** everyday
- **Description:** Total your driven miles at a per-mile reimbursement rate for expense reports and employer claims.
- **Primary output:** Reimbursement owed: $175.00

## Inputs
- Business miles driven (name: `miles`, type: number, example: 250)
- Reimbursement rate (name: `rate`, type: number, prefix: $, example: 0.70)

## Outputs
- Reimbursement owed: $175.00
- Rate applied: $0.70 per mile
- Miles claimed: 250 miles

## Formula / methodology
```
Reimbursement = miles driven × rate per mile
```

Straight multiplication: qualifying miles times the applicable per-mile rate. The editable rate defaults to a recent IRS-style business figure, but agencies revise it annually (and sometimes mid-year), so verify the rate that governs your claim.

## Assumptions & limitations
- All entered miles qualify as business travel under your policy.
- Commuting from home to a regular workplace usually does not qualify.
- Rate defaults reflect a recent IRS-style figure; confirm the current official rate.

## How to use
1. **Log your miles**; Record start and end odometer readings per trip, with purpose and date; contemporaneous logs survive audits.
2. **Confirm the governing rate**; Employers may pay the IRS rate or their own; self-employed filers deducting mileage should use the current IRS figure.
3. **Multiply and submit**; Enter miles and rate here, then attach the result to your expense system with supporting notes.

## Example
Driving 250 business miles at a $0.70 per-mile rate earns a $175.00 reimbursement; log the odometer readings for each trip.

Result for these inputs:

```
Reimbursement owed: $175.00
```

## About this calculator
### What the rate is meant to cover

Per-mile rates bundle fuel, depreciation, insurance and maintenance into one number; why it exceeds raw fuel cost several-fold. Accepting a lower company rate means subsidizing your employer’s fleet costs personally.

### Actual-expense alternative

Self-employed taxpayers can instead deduct genuine vehicle expenses proportional to business use. High-cost vehicles sometimes come out ahead; most drivers find the standard-rate path simpler and comparable.

### Documentation is everything

Reimbursements and deductions both rest on adequate records: date, destination, business purpose, odometer. Reconstructed logs are precisely what examiners disallow.

## FAQs
### What is the current IRS rate?

It changes; often each January, occasionally mid-year as fuel prices did in 2022. Search for the latest IRS standard mileage notice and enter it here; the field is editable for exactly that reason.

### Must my employer reimburse at all?

Federal US law does not require it, though California and a few other states effectively do. Company policy governs elsewhere.

### Do commuting miles count?

Generally no; home-to-main-office travel is personal. Errands between client sites during the workday do qualify.

## Related calculators
- [Fuel Cost Calculator](https://codeasystem.com/calculators/everyday/fuel-cost-calculator/)
- [Gas Mileage Calculator](https://codeasystem.com/calculators/everyday/gas-mileage-calculator/)
- [Freelance Rate Calculator](https://codeasystem.com/calculators/salary/freelance-rate-calculator/)

---
Last updated: 2026-08-23 · Version: 1.0.0 · [HTML version](https://codeasystem.com/calculators/everyday/mileage-reimbursement-calculator/)
