Calc Hub

Fish Tank Stocking Calculator

Estimate freshwater tank stocking from gallons, a simple fish plan, and basic bioload adjustments for filtration, plants, and maintenance.

Last updated: 2026-03-27

Fish tank stocking calculator

Enter your values

Use a simple fish plan and tank modifiers to see whether the setup looks comfortable, close, or overloaded on paper.

Enter groups as count x adult size in inches, for example `6x1.5, 2x3`.

All required fields must be filled in.

Adjusted Stocking Level

--

Enter the tank size, fish plan, and care assumptions to see adjusted stocking percentage and remaining headroom.

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.

Comfortable community tank

Schooling fish in a planted setup

A good example of the classic inch rule still working reasonably well once light modifiers are layered on top.

Result: A small schooling community often lands well inside the comfortable zone

Near-limit mixed stocking

A fuller tank with a centerpiece fish

Useful when a plan looks fine by classic inches but tightens once the larger fish gets a heavier bioload factor.

Result: A centerpiece fish can pull a community tank closer to the limit than the plain inch rule suggests

Overloaded paper plan

Big bioload with weak maintenance support

Good for catching an overstocked concept before fish are added and the tank becomes harder to correct.

Result: Once larger fish and weaker maintenance are included, the same tank can look heavily overstocked

How the tank stocking estimate works

The calculator starts with the familiar one-inch-per-gallon rule, then applies a heavier factor to larger fish and adjusts the tank’s practical capacity for filtration, plant density, and maintenance routine. That keeps the result closer to a hobbyist sanity check than a raw memory shortcut.

It is intentionally conservative. The goal is to help you notice when a plan is obviously comfortable, obviously crowded, or close enough to deserve more species-specific research before you add fish.

Fish tank stocking FAQs

How to use the inch-per-gallon rule as a planning aid without treating it like a full compatibility model.

Does this replace species compatibility research?

No. It is a stocking-load sanity check, not a compatibility engine. Temperament, footprint needs, water parameters, and schooling behavior still matter even if the tank looks fine on paper.

Why does a 4-inch fish count for more than four 1-inch fish?

Because body mass and waste production do not scale neatly in a straight line. The calculator uses a simple size factor so larger fish consume more of the practical capacity than the classic inch rule suggests.

Why do plants and filtration only move the result a little?

Because they help, but they do not erase the underlying bioload. The modifiers are intentionally modest so the calculator stays conservative instead of acting like equipment upgrades solve every stocking problem.

Can I use this for saltwater or cichlid tanks?

Not reliably. Those setups depend much more on aggression, territory, oxygen demand, and species-specific constraints than a simple freshwater community heuristic can capture.

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/fish-tank-stocking-calculator"
  width="100%"
  height="600"
  frameborder="0"
  title="Fish Tank Stocking 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>

Stay in the planted-tank and aquarium-planning lane with nearby hobby tools.

Get more aquarium calculators

Join the Calc Hub newsletter for new calculators for aquariums, planted tanks, and other home-hobby projects.

Join the Calc Hub newsletter

Was this calculator helpful?

Your feedback helps us improve future calculators.