A running balance is the current total in an account after every transaction has been added or subtracted. Each deposit increases it, each withdrawal or charge decreases it, and the new figure becomes the starting point for whatever happens next. It’s what you see next to each line in your transaction history: a live, cumulative tally rather than a snapshot from a fixed date. So when you ask what a running balance means on your account, the short answer is that it’s the account’s score after the last play, updated with every play that follows.
A static balance is a photograph. A running balance is a live feed. That difference matters, because decisions made on stale numbers, like writing a check based on last week’s figure without accounting for this week’s card purchases, are how people accidentally overdraw accounts.
How the Number Is Calculated
The math is simple. Take the previous running balance, add any credits (deposits, payments received, interest earned), and subtract any debits (withdrawals, purchases, fees). The result is the new running balance. Repeat for every transaction, in order.
With a $500 starting balance, it looks like this:
- Deposit of $100: $500 + $100 = $600
- Debit card purchase of $50: $600 − $50 = $550
- Monthly service fee of $25: $550 − $25 = $525
Each line uses the result of the line above it. Skip a transaction or process them out of order and every number downstream is wrong. That sequential dependency is both the strength and the vulnerability of a running balance: it captures everything, but one missed entry corrupts every figure after it.
Why the Balance on Your Screen Can Mislead You
The running balance in your banking app is accurate for what it shows, but it doesn’t always show everything you’ve committed to spend. Three things create the gap between what the app displays and what you actually have.
Current Balance vs. Available Balance
Banks display two figures, and confusing them is one of the most common causes of accidental overdrafts. Your current balance (sometimes called the ledger balance) is the running total of transactions that have fully posted. Your available balance is the current balance minus holds, pending transactions, or uncollected deposits.
The gap is usually caused by authorization holds. When you swipe a debit card at a gas station or hotel, the merchant places a temporary hold for an estimated amount, sometimes more than you’ll actually spend. Gas stations may hold up to $175 on a debit card even if you only pump $40 worth of fuel. That hold reduces your available balance immediately but doesn’t show up on your current balance. It typically drops off within one to three days.
The practical takeaway: check the available balance, not the current balance, before spending. The current balance can look healthy while the available balance tells a different story.
Transaction Date vs. Posting Date
Two different dates attach to every transaction, and they’re rarely the same. The transaction date is when you swipe your card or write the check. The posting date is when the bank processes it and officially adjusts your balance. A purchase made Friday evening might not post until Monday, so your running balance won’t reflect that charge over the weekend even though the money is already spoken for.
Your real running balance includes transactions the bank hasn’t posted yet. The bank’s version doesn’t.
The Order Transactions Post
Banks don’t always process the day’s transactions in the order you made them. Some post the day’s debits from largest to smallest rather than chronologically. Under that high-to-low method, a large rent payment might clear before a small grocery charge you made earlier. When the account doesn’t have enough to cover everything, this ordering can trigger multiple overdraft fees instead of one.
Consider a person with $500 who makes a $60 grocery purchase, a $110 ATM withdrawal, and a $400 rent payment in that order. Under chronological posting they’d overdraw once. Under high-to-low posting they could overdraw twice, because the $400 charge clears first and drains the account before the smaller charges hit. Overdraft fees typically run in the $25 to $35 range and are set by individual banks.1Congress.gov. Congress Repeals CFPB’s Overdraft Rule Knowing your bank’s posting order is one of the few defenses against surprise fees, and most banks disclose it in their account agreement.
Where Running Balances Show Up
Checking and savings accounts are the most familiar case, but the same logic runs through several other places you’ll see a balance.
Credit card issuers track your outstanding balance as a running total of purchases minus payments. Federal regulations require issuers to include the previous balance on each periodic statement, which serves as the starting point for the current cycle’s tally.2Consumer Financial Protection Bureau. 12 CFR 1026.7 – Periodic Statement As you charge, the running balance climbs; as you pay, it drops. Your remaining credit limit at any moment is your credit line minus that running balance.
In business ledgers, every account in the general ledger, whether assets, liabilities, revenue, or expenses, carries a running balance. Accounts receivable ledgers use running balances to show exactly how much each customer owes. Accounts payable ledgers do the same for what the business owes vendors. The software automates the arithmetic, but the logic is identical to the pencil-and-paper version.
Brokerage accounts add a wrinkle because the running cash balance is affected by trades, dividends, interest, and cash sweep programs that move uninvested cash into affiliated bank accounts or money market funds overnight. Your statement may show the cash split across multiple line items rather than as a single figure. Securities rules require brokerages to send account statements at least quarterly.3Financial Industry Regulatory Authority. FINRA Rule 2231 – Customer Account Statements
Running Balance vs. Ending Balance
An ending balance is a running balance frozen at a specific moment. When your bank statement says the ending balance on March 31 was $2,147.83, that’s the running balance as of the close of business that day. The running balance kept moving on April 1; the ending balance did not.
Statement cycles don’t always line up with calendar months. Credit card billing cycles typically run 28 to 31 days, and the closing date can shift by a day or two around weekends and holidays. The “ending balance” on your March statement might actually reflect activity through April 2. The label matters less than the closing date printed on the statement.
Tracking Your Own Running Balance
If you want to track a running balance outside your bank’s app, a simple spreadsheet handles it. Set up three columns: deposits, withdrawals, and balance. In the first balance cell, subtract withdrawals from deposits. In each subsequent balance cell, reference the previous balance and add the current row’s deposit minus the current row’s withdrawal.4Microsoft Support. Calculate a Running Balance
In Excel or Google Sheets, the second-row formula looks like =C2+A3-B3, where C2 is the previous balance, A3 is the new deposit, and B3 is the new withdrawal. Copy that down as you add rows and the balance maintains itself. Leave deposit or withdrawal cells blank when only one side of the transaction applies. The advantage over relying on your bank’s display is that you can enter a transaction the moment you make it, before the bank posts it, which closes the gap between the transaction date and the posting date that catches people off guard.