← Docs / Glossary
The Accounting Equation Explained: Assets = Liabilities + Equity
Why assets always equal liabilities plus equity, how every transaction preserves the identity, and how income and expenses fit into the expanded equation.
The accounting equation is the identity underneath all of double-entry bookkeeping:
Assets = Liabilities + Equity
Everything a business holds (assets) was financed by someone — either outsiders with a claim to be repaid (liabilities) or the owners (equity). The equation isn't a rule the books try to satisfy; it's a restatement of that financing fact, and double-entry is the recording technique that preserves it through every transaction.
Why it always holds
Read the equation as a question with a complete answer: who has a claim on what the business holds? Lenders and suppliers have first claim (liabilities); whatever remains belongs to the owners (equity). Since every euro of assets is claimed by exactly one side or the other, the two sides must be equal — equity is defined as the remainder:
Equity = Assets − Liabilities
That definition is why equity is called the residual claim, and why "negative equity" is meaningful: when liabilities exceed assets, accumulated losses have consumed the owners' stake.
Every transaction preserves it
A transaction can move the equation's parts around, but never break the equality — each of the four possible shapes shows up daily. In euros:
| Transaction | Effect |
|---|---|
| Owner invests 2,500 in share capital | Assets +2,500 (bank), Equity +2,500 |
| Take a 12,000 bank loan | Assets +12,000 (bank), Liabilities +12,000 |
| Buy a 6,000 machine by bank transfer | Assets +6,000 (machine), Assets −6,000 (bank) — total unchanged |
| Pay a supplier 121 | Assets −121 (bank), Liabilities −121 (payables) |
In each row the change lands equally on both sides, or nets to zero within one side. This is what debits and credits implement mechanically: the debit-normal accounts (assets, expenses) track the left side, the credit-normal ones (liabilities, equity, income) the right — the full mapping is in Debits and Credits Explained.
The expanded equation: where profit fits
Income and expenses are not a third thing outside the equation — they are equity in motion. Earning revenue increases the owners' residual; consuming resources decreases it. During a period the books keep them in separate accounts so the P&L can be produced, which gives the expanded form:
Assets = Liabilities + Equity + (Income − Expenses)
Sell services for 1,000 € on credit: assets rise (receivables +1,000) and income rises (+1,000) — the right side keeps pace through the income term. Pay 100 € rent: assets fall (bank −100) and expenses rise, pulling the right side down equally. At year end, closing entries collapse the parenthesis into equity proper — in the Lithuanian chart, into account 3420, current-year profit — and the equation returns to its compact form.
The equation as a statement
The balance sheet is the accounting equation written out as a report: assets on one side, equity and liabilities on the other, equal totals at the bottom. It balances by construction, not by diligence — an unbalanced balance sheet means the underlying ledger broke the equation, which a correctly built system makes impossible. That is also the practical meaning of the equation for software: it is an invariant to enforce, not a report to check. Nordlet's ledger rejects any entry whose debits and credits differ (POST /v1/ledger/journal/transactions/create validates before writing), so the equation holds after every single transaction, and POST /v1/reports/financial-statements merely presents an identity the data already satisfies.
Reading business events through the equation
The equation is a fast sanity check on intuitions:
- "Profit means cash." No — profit raises equity, and the matching asset can be receivables, not bank. A profitable company with slow-paying customers shows the gap as receivables on the left and untouched cash below it.
- "A loan makes us richer." No — assets and liabilities rise together; equity, the owners' stake, is unchanged. What changes is risk.
- "Buying equipment costs us." Not at purchase — one asset swaps for another. The cost arrives over years, as depreciation moves value from assets to expenses through adjusting entries.
- "Dividends are an expense." No — they reduce equity directly (assets −, equity −). They never touch the P&L, which is why paying dividends can't reduce taxable profit.
FAQ
What is the accounting equation?
Assets = Liabilities + Equity: everything a business holds equals the claims on it — outside claims (liabilities) plus the owners' residual (equity). Double-entry bookkeeping preserves the identity through every transaction.
Why does the accounting equation always balance?
Because equity is defined as assets minus liabilities — the remainder after outside claims. The equation can't be violated by a real event, only by a recording error, and a ledger that enforces balanced entries excludes even that.
How do income and expenses fit the equation?
They are the period's changes to equity, held in separate accounts so a P&L can be produced: Assets = Liabilities + Equity + (Income − Expenses). Year-end closing folds the difference — profit or loss — into equity itself.
What does negative equity mean?
Liabilities exceed assets: accumulated losses have eaten through the owners' investment. Beyond signaling insolvency risk, it triggers legal obligations in much of the EU — in Lithuania, equity below half of share capital obliges shareholders to restore it.
Is the accounting equation the same as the balance sheet?
The balance sheet is the equation presented as a statutory report at a given date. Same identity, formatted: assets on one side, equity and liabilities on the other, totals equal by construction.