Trial Balance
A trial balance lists every account with a nonzero balance across all five account types, split into debit and credit columns, and proves that total debits equal total credits.
In short
Not a financial statement — a mechanical integrity check. It lists every account with activity, assets through expenses on one list, and its debit and credit totals must match exactly. In BalanceMCP that's close to structurally guaranteed, since every entry is balance-checked before it's ever stored.
Also called: TB
A trial balance is not a document meant for a reader trying to understand a business — it's a mechanical check on the bookkeeping itself. It lists every account with activity, across all five types at once — assets, liabilities, equity, income, and expense together — with a debit column and a credit column, proving exactly one thing: whether total debits across the whole chart of accounts equal total credits.
That's a genuinely different question from what a balance sheet asks. A balance sheet is a financial statement covering only three of the five types, arranged into the accounting equation, telling a reader what a business actually owns and owes. A trial balance folds nothing into a summary line — income and expense accounts sit right alongside assets and liabilities, unlike on a balance sheet, where they're absorbed into Retained Earnings instead.
Because BalanceMCP checks every entry for balance before it's ever stored — the database itself rejects anything that doesn't net to zero, even bypassing the application — a trial balance here should essentially always come back balanced. That doesn't mean the numbers are right, though: a payment posted to the wrong expense account still balances perfectly on a trial balance while being categorized incorrectly. Balancing proves arithmetic, not judgment.
A trial balance comes back with an explicit balanced flag, and if it's ever false, that isn't a business problem to diagnose — a business can be doing badly and still have a perfectly balanced trial balance. It means something is wrong at the database level itself, and it's worth reporting rather than troubleshooting as a categorization issue.
What people get wrong
- Treating a balanced trial balance as proof every transaction is correctly categorized — it only proves total debits equal total credits, not that the right accounts were used.
- Confusing a trial balance (a health check, all five account types) with a balance sheet (a financial statement, only three types).
- Trying to "fix" a false balanced flag by re-categorizing transactions — it points to a structural database issue, worth reporting rather than working around.
Common questions
- If my trial balance balances, does that mean my books are correct?
- It means the arithmetic is correct — every debit has a matching credit. It doesn't mean every transaction landed in the right account; a miscategorized entry balances just as perfectly as a correct one.
- Why does my trial balance show accounts my balance sheet doesn't?
- A trial balance includes income and expense accounts alongside assets, liabilities, and equity — all five types. A balance sheet only shows three directly, folding income and expense into Retained Earnings instead.
Machine-readable: /api/knowledge/concept:trial-balance