Calc Hub

Hearthstone Dust Calculator

Estimate how much arcane dust a target deck still needs from missing commons, rares, epics, and legendaries.

Last updated: 2026-03-16

Hearthstone dust calculator

Enter your values

Estimate how much arcane dust a target deck still needs, with support for normal and golden crafts.

All required fields must be filled in.

Dust Required

--

Enter the missing cards by rarity to see the total dust required and whether your stash covers it.

Calculation History(0)
No calculations yet. Complete a calculation to see it here.

Example calculations

Tap an example to prefill the calculator with sample values.

Budget ladder deck

Mostly rares with one missing legendary

A common situation where a player is deciding whether the current dust pile is enough for a meta swap.

Result: Usually finishable with a modest dust reserve left over

Control list rebuild

Several premium cards still missing

A slower archetype where the legendary count drives most of the crafting burden.

Result: A large dust gap centered almost entirely in epics and legendaries

Golden meme project

Golden crafts escalate the cost sharply

Useful for deciding whether a vanity build is realistic or should stay on the wishlist.

Result: Even a small number of golden legendaries dominates the total spend

How the dust estimate works

The calculator multiplies the missing cards at each rarity by the corresponding craft cost, then totals the dust required and compares it against your current stash. That makes it easy to judge whether a deck swap is actually affordable.

It is most useful when a list is close to complete and you want a fast answer to whether you can finish it now, wait, or pivot to a cheaper variant.

Hearthstone dust FAQs

What is included in the dust total and where the shortcuts begin.

Does this count disenchant value or duplicate protection?

No. It is focused on the crafting side only. Use it to estimate how much dust the missing cards require, then compare that against the dust you already have.

Can I compare normal and golden versions?

Yes. Switch the crafting style and the calculator will use the appropriate dust cost table for either normal or golden copies.

Is the pack estimate exact?

No. It uses a rough average dust-per-pack assumption. The pack number is meant as planning context, not as a guarantee.

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/hearthstone-dust-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Hearthstone Dust 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>

Move between deck-building and ladder-planning tools in the same gaming hub.

Get more card game calculators

Join the Calc Hub newsletter for new tools for deck cost, mana planning, and other gaming decisions.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.