Free Budget Calculator: Plan Your Monthly Finances

Free budget calculator using the 50/30/20 rule. Enter your monthly income to calculate how much to spend on needs, wants, and savings for a balanced budget.

Jump to the free budget calculator

The 50/30/20 Budget Rule

The 50/30/20 rule is one of the simplest and most effective budgeting frameworks. Popularized by Senator Elizabeth Warren, it divides your after-tax income into three categories:

  • 50% Needs — essentials you can’t avoid (rent, groceries, insurance, utilities, minimum debt payments)
  • 30% Wants — non-essentials that improve quality of life (dining out, entertainment, hobbies, subscriptions)
  • 20% Savings — financial goals (emergency fund, retirement, extra debt payments, investments)

How to Calculate Your Budget

Step 1: Determine Your Net Income

Start with your monthly take-home pay (after taxes and deductions):

Gross monthly salary = $5,000
Federal tax = $5,000 × 12% = $600
State tax = $5,000 × 5% = $250
FICA = $5,000 × 7.65% = $382.50

Net income = $5,000 - $600 - $250 - $382.50 = $3,767.50

For help converting annual salary to monthly, see our salary calculator.

Step 2: Apply the 50/30/20 Split

For a net income of $4,000/month:

Needs (50%) = $4,000 × 0.50 = $2,000
Wants (30%) = $4,000 × 0.30 = $1,200
Savings (20%) = $4,000 × 0.20 = $800

Step 3: Allocate Within Categories

Break each category into specific expenses:

Needs ($2,000):

Rent = $1,200
Groceries = $400
Utilities = $150
Insurance = $150
Transport = $100

Wants ($1,200):

Dining out = $300
Entertainment = $200
Subscriptions = $50
Clothing = $150
Personal care = $100
Hobbies = $400

Savings ($800):

Emergency fund = $400
Retirement (401k) = $300
Investing = $100

Budget by Income Level

Net IncomeNeeds (50%)Wants (30%)Savings (20%)
$3,000$1,500$900$600
$4,000$2,000$1,200$800
$5,000$2,500$1,500$1,000
$6,000$3,000$1,800$1,200
$8,000$4,000$2,400$1,600

When to Adjust the Ratios

The 50/30/20 rule is a starting point, not a rigid formula:

  • High cost-of-living area: You may need 60/20/20 or even 70/15/15
  • Paying off debt aggressively: Try 50/20/30 (more to savings/debt)
  • High income: Consider 40/20/40 to accelerate wealth building
  • Low income: Focus on covering needs first, save what you can

Free Budget Calculator

Calculate your monthly budget using the 50/30/20 rule (or customize the percentages).

%
%
%

©2026 Notes Calculator. All rights reserved.


Example

Monthly net income of $5,500:

Needs = $5,500 × 50% = $2,750
Wants = $5,500 × 30% = $1,650
Savings = $5,500 × 20% = $1,100

Frequently Asked Questions

What is the 50/30/20 budget rule?

The 50/30/20 rule splits your after-tax income into three categories: 50% for needs (rent, groceries, insurance), 30% for wants (entertainment, dining out, hobbies), and 20% for savings and debt repayment. It provides a simple framework for balanced spending without tracking every dollar.

How much should I save each month?

The 50/30/20 rule recommends saving 20% of your after-tax income. For someone earning $4,000/month after taxes, that’s $800. This includes emergency fund contributions, retirement savings, and extra debt payments. If you can save more, especially early in your career, you’ll benefit from compound interest.

What counts as a need vs a want?

Needs are expenses required for basic living: housing, groceries, utilities, insurance, minimum debt payments, and transportation to work. Wants are everything else that improves quality of life but isn’t essential: dining out, streaming subscriptions, vacations, and new clothes beyond basics. If in doubt, ask: “Could I survive without this?”

For understanding how your savings grow over time, see our compound interest calculator. If you’re budgeting restaurant spending, the tip calculator helps plan dining costs. For mortgage or loan payments in your needs category, use the loan payment calculator.

Build a Budget in Notes Calculator

Notes Calculator’s headings, variables, total keyword, and percentages make it a natural budgeting tool:

# Monthly Budget — March 2026
income = $5,500

## Needs (50%)
Rent = $1,400
Groceries = $450
Utilities = $180
Insurance = $200
Transport = $120
total  // sums the items above

## Wants (30%)
Dining out = $300
Entertainment = $200
Subscriptions = $60
total

## Savings (20%)
Emergency fund = $500
Retirement = $400
Investing = $200
total

// Check: does it balance?
remaining = income - $1,400 - $450 - $180 - $200 - $120 - $300 - $200 - $60 - $500 - $400 - $200

Headings (#, ##) organize categories visually. The total keyword sums consecutive numbers above it — acting as a subtotal for each section. Comments (//) annotate your reasoning. Change income and recalculate your entire budget instantly. Use tabs to keep separate budgets for different months.

Try it in Notes Calculator

Calculate directly in your notepad — available on Mac, Windows, Linux & Web.