# Debt Payoff Calculator > Create a debt payoff plan using the Snowball or Avalanche method to become debt-free faster. Page: https://askcalculators.com/calculator/debt-payoff-calculator/ Definition: https://askcalculators.com/calculator/debt-payoff-calculator/definition.json JSON Schema: https://askcalculators.com/calculator/debt-payoff-calculator/schema.json Version: 7.0.0 Maintained by: AskCalculators (software project; not a credentialed reviewer) Qualified review: pending. Automated checks do not establish professional approval. Page status: Live Review status: Pending ## Use Open the calculator page and enter values. Query-string parameters can restore and bookmark a calculation. Example: https://askcalculators.com/calculator/debt-payoff-calculator/?monthlyBudget=600&strategy=snowball ## Inputs - monthlyBudget: Total Monthly Budget; type=number; optional; default=600 - name: Name; type=text; optional - balance: Balance; type=number; optional - rate: Rate; type=number; optional - minPayment: Min Payment; type=number; optional - strategy: Strategy; type=select; optional; default=snowball - startDate: Plan Start Date; type=date; optional; default=today ## Outputs - result: Result; format=text; primary ## Formula Each month all debts accrue interest, receive their fixed minimum payments, then all remaining budget is cascaded through avalanche or snowball priority until every balance is paid. ## Rules - Empty optional inputs are undefined, not zero. - Hidden conditional inputs are ignored. - Do not invent missing required inputs.