Pokemon Stat Calculator

Calculate a Pokemon stat from base stat, level, IV, EV, and nature. HP and non-HP stats use different formulas, so choose the stat kind first.

Calculated stat

152

Non-HP stat at level 50 with base 100, 31 IV, 252 EV, and neutral nature.

Result interpretation

The result is the final in-game stat for the selected stat kind. HP ignores nature, while Attack, Defense, Sp. Atk, Sp. Def, and Speed apply the nature modifier.

Formula

HP: floor(((2 x Base + IV + floor(EV / 4)) x Level) / 100) + Level + 10. Other stats: floor((floor(((2 x Base + IV + floor(EV / 4)) x Level) / 100) + 5) x Nature).

Common uses

Compare EV spreads, check a level 50 battle stat, or build a shareable stat calculation URL before estimating IV ranges.

FAQ

What inputs does the Pokemon Stat Calculator use?

It uses stat kind, base stat, level, IV, EV, and nature modifier to calculate the final visible stat.

Does HP use the nature modifier?

No. HP uses its own formula and ignores nature. Attack, Defense, Sp. Atk, Sp. Def, and Speed apply the selected nature modifier.

Can this help estimate IVs?

This page calculates stats forward. Use the Pokemon IV Calculator when you want to reverse the formula from a current stat.

Independent fan-made tool

GameToolsHub is an independent fan-made tool site and is not affiliated with Nintendo, Game Freak, Creatures, or The Pokemon Company. Pokemon and related names are trademarks of their respective owners.