D&D Character Wealth Calculator
Estimate D&D 5e character wealth by level, campaign magic tone, and starting profile, then split that total into spent gear and liquid gold.
Last updated: 2026-03-27
D&D character wealth calculator
Enter your values
Estimate a practical gold-equivalent wealth target for a joining character, then split it into gear already spent and liquid gold remaining.
Expected Total Wealth
--
Enter a level, campaign tone, and spending assumption to estimate total wealth and remaining liquid gold.
Calculation History(0)
Example calculations
Tap an example to prefill the calculator with sample values.
Level 8 standard campaign
Joining a mid-tier group
A practical DM-facing case where the player needs to enter an ongoing campaign without feeling dramatically poorer or richer than the table.
Result: Most of the budget is still available as liquid gold if the character has not already converted it into gear
High-magic level 12 arrival
Much more wealth already locked into equipment
Useful when the campaign tone supports stronger item access and the character arrives with more capital already committed.
Result: The total wealth can be large even when the liquid gold left to spend is much smaller
Level 1 gold-buy start
Use gold instead of fixed gear packages
A quick starting-wealth mode for groups that let players buy equipment instead of taking the class package.
Result: Level 1 stays small, but the profile still changes how much liquid gold is reasonable to expect
How the character wealth estimate works
The calculator uses a practical wealth target by level, then adjusts it for the campaign’s magic density. That gives you one number for total gold-equivalent wealth instead of forcing you to guess whether a joining character is obviously over- or under-equipped.
The liquid-gold split matters because many tables do not care about total wealth abstractly. They care about what portion is still spendable after armor, weapons, spell components, and other gear have already absorbed part of the budget.
Character wealth FAQs
How to use wealth-by-level planning without pretending 5e treasure progression is perfectly exact.
Is this an official rule or a DM tool?
Treat it as a DM-facing planning tool. 5e wealth is intentionally loose, so the calculator is there to create a practical baseline rather than an argument-winning official entitlement number.
Why does level 6 jump so sharply?
Because many campaigns start giving characters access to much more meaningful equipment around that band. The estimate is trying to reflect a mid-tier adventure economy rather than a perfectly smooth linear curve.
Why does level 1 use a class wealth profile?
Because level 1 usually starts from class-based equipment or starting gold, not a mid-campaign catch-up budget. The profile keeps that opening state grounded in the style of class being built.
What does wealth already spent mean?
It is the portion of the target wealth you assume has already been converted into armor, mounts, spell components, consumables, lifestyle, or other gear. The remainder is shown as liquid gold still available to move around.
Embed this calculator
Copy the code below to embed this calculator on your website or blog. It's free — no API key needed.
<iframe src="https://calc.mintloop.dev/embed/hobby/d-and-d-character-wealth-calculator" width="100%" height="600" frameborder="0" title="D&D Character Wealth Calculator" loading="lazy"> </iframe>
Optional: auto-resize script
<script>
var CALC_HUB_ORIGIN = 'https://calc.mintloop.dev';
window.addEventListener('message', function(e) {
if (e.origin !== CALC_HUB_ORIGIN) return;
if (!e.data || e.data.type !== 'calc-hub-resize') return;
var frames = document.querySelectorAll('iframe[src*="calc.mintloop.dev"]');
frames.forEach(function(f) {
if (f.contentWindow === e.source) {
f.style.height = String(Math.max(0, Number(e.data.height) || 0)) + 'px';
}
});
});
</script> Related tools
Stay in the D&D campaign-planning lane with nearby tabletop tools.
Get more tabletop planning calculators
Join the Calc Hub newsletter for new calculators for D&D, GM prep, and character building.
Join the Calc Hub newsletterWas this calculator helpful?
Your feedback helps us improve future calculators.