July 16, 2026 · 6 min read
By John · Founder & product
Transaction rules that fail and how to fix them
Auto-categorization rules fail in predictable ways: broad matches, miscounted transfers, and hidden exceptions. Here is how to spot each failure and fix it.
Auto-categorization rules fail in predictable ways: matches that are too broad, transfers miscounted as spending, and rules that silently swallow transactions that still need judgment. The fix is narrower conditions plus an exception queue you actually look at.
A transaction rule automates a decision you would otherwise make by hand, sorting a charge into a category based on its merchant, amount, or account. Good rules make a review queue smaller. Bad rules make it invisible, which is worse than no rule at all, because errors compound quietly until a budget stops reflecting reality.
The four common rule failures
Most broken rules fall into a short list of patterns. Each has a clear symptom and a clear fix:
- Too-broad merchant match. A rule keyed to "AMZN" catches Amazon retail, Prime Video, and AWS alike. Symptom: unrelated charges share one category. Fix: add amount ranges or a fuller merchant string.
- Transfers counted as spending. A card payment matches a spending rule and inflates expenses. Symptom: budget looks worse than reality. Fix: classify transfers as their own type and exclude them from spend rules.
- Silent catch-all. A broad rule absorbs transactions that needed a human look. Symptom: nothing ever lands in your review queue. Fix: narrow the condition and keep exceptions surfaced.
- Stale rule after a merchant change. A merchant renames or reissues and the old rule stops matching. Symptom: a familiar charge suddenly goes uncategorized. Fix: update the condition when a merchant name changes.
Why transfers break budgets
Transfers are the single most common cause of distorted budgets. Moving money between your own accounts is not income or expense, but a naive rule sees an outflow and books it as spending. Categorize transfers explicitly so the same dollar is not counted twice. The budget calculator assumes transfers are netted out, and your live budget should too.
Narrowing match conditions
A reliable rule combines signals: merchant plus amount, or merchant plus account. The more specific the condition, the fewer false matches it can produce. Start narrow and widen only when you confirm a pattern is genuinely stable, the opposite of the broad-first instinct that creates silent errors.
Keeping an exception queue visible
Automation should make your review queue shorter, never empty. Keep recently auto-categorized transactions skimmable so a bad rule is caught within a cycle instead of a quarter. That balance, automate the obvious, surface the rest, is the whole point of rules and budgeting in Nethaven, and the companion piece on when to automate transaction categorization covers which patterns are safe to automate in the first place. Connect the right accounts and the queue stays small.
Track this automatically in Nethaven so accounts, budgets, debt, goals, and subscriptions stay connected between reviews.
Frequently asked questions
Why is my transaction in the wrong category?
Usually a rule matched on too little. A rule keyed to a broad merchant name or a partial string will catch transactions it was never meant to. Tightening the condition, by adding amount, account, or a fuller merchant match, fixes most miscategorizations.
How do I stop rules from hiding transfers?
Treat transfers as their own type rather than spending. A payment from checking to a credit card is movement, not expense. Exclude transfers from spending rules and categorize them as transfers so they do not double-count against your budget.
Should rules be broad or specific?
Specific. A rule should remove a predictable, repeated decision, not blanket a whole merchant class. Broad rules feel efficient but create silent errors. Narrow rules with clear conditions keep automation trustworthy and leave genuine exceptions visible.
How do I review auto-categorized transactions?
Keep a visible queue of recently auto-categorized items and skim it during your monthly review. Automation should shrink the queue, not eliminate the habit of glancing at it, so a wrong rule gets caught within a cycle.