Late Payment Penalty Calculator

Calculate penalties from due dates and rates easily. Apply grace, minimums, and maximum caps fast. Download reports, compare scenarios, and avoid disputes confidently always.

Calculator Inputs
Responsive grid: three columns on large screens, two on smaller, one on mobile.
Total billed amount in the contract.
Optional partial payment already received.
Formatting for totals and exports.
Use today if payment arrives now.
Days ignored before penalties begin.
Choose the rule written in your contract.
Used for percent-based penalties.
Used for fixed daily fee penalties.
Used for one-time or hybrid penalties.
Only used for compounded penalties.
Some agreements use a 360-day year.
Optional minimum applied when late.
Optional limit to prevent runaway totals.
Use percent if you selected percent cap.
Choose how the penalty amount is rounded.
Results appear above this form after submission.
Example Data Table
Sample scenarios showing how different rules change the outcome.
Scenario Type Invoice Paid Due Paid on Charged days late Penalty Total due
Example 1 simple $1,200.00 $0.00 2026-01-10 2026-01-25 12 $3.95 $1,203.95
Example 2 hybrid $4,500.00 $500.00 2026-02-01 2026-02-20 14 $93.41 $4,093.41
Example 3 daily_fee $800.00 $0.00 2026-02-05 2026-02-15 10 $60.00 $860.00
Examples use USD for consistent comparison.
Formula Used
The calculator first finds the charged late days: LateDays = max(0, DaysBetween(DueDate, PaymentDate) - GraceDays). Then it applies the selected penalty rule and optional limits.
  • Simple percent per year: Penalty = Outstanding * (Rate/100) * (LateDays/BasisDays)
  • Compounded percent: Penalty = Outstanding * ((1+Rate/CompPerYear)^(LateDays/(BasisDays/CompPerYear)) - 1)
  • Fixed daily fee: Penalty = LateDays * DailyFee
  • Flat fee: Penalty = FlatFee (only if late)
  • Hybrid: Penalty = FlatFee + SimplePercentPenalty

Optional limits: Penalty = max(Penalty, Minimum), then cap it using either a fixed amount or a percent of outstanding. Finally apply your rounding preference.
How to Use This Calculator
  1. Enter the invoice amount and any partial amount already paid.
  2. Choose the due date and the payment date you want to evaluate.
  3. Set any grace days allowed in your agreement.
  4. Select the penalty type that matches your document wording.
  5. Fill in rate, daily fee, or flat fee fields as needed.
  6. Add an optional minimum or cap if your terms specify one.
  7. Press calculate to see penalty and total due above.
  8. Use CSV or PDF buttons to save the summary.
This tool supports planning and documentation. For enforceability, verify terms with your signed agreement and applicable law.

Related Calculators

Payment Terms CalculatorInvoice Due DateCash Flow ForecastReceivables Aging ToolPayables Aging ToolWorking Capital CalculatorPayment Delay CostEarly Payment DiscountInvoice Collection RateContract Payment Schedule

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.