Skip to content
Last updated: June 4, 2026

Tank Volume Calculator

0 people find this calculator helpful
0

Table of contents

Introduction

Brandon Keller — Construction Estimator & Field Scheduler. This tool estimates tank volume in US gallons for cylindrical and rectangular tanks. Scope is planning-level only; validate against drawings/specs and vendor data.

Scope & Units

  • Shapes: Cylinder or Rectangle.
  • Inputs (ft): Diameter (cylinder), Height (both), Length & Width (rectangle).
  • Output: US gallons (gal). Conversion constant: 1 ft³ = 7.48052 gal.

Inputs & Typical Ranges

  • Cylinder: Diameter d (1–20 ft+), Height h (1–40 ft+).
  • Rectangle: Length L (2–40 ft+), Width W (2–20 ft+), Height h (1–40 ft+).
  • All values positive; use internal clear dimensions if tank has wall thickness.

Formulas (exact as used)

  • rect_volume_cuft = length * width * height
  • cyl_volume_cuft = 3.14159265359 * (diameter / 2) ^ 2 * height
  • volume_gal = (shape == 'rectangle' ? rect_volume_cuft : cyl_volume_cuft) * 7.48052

Step-by-Step Use

  1. Select shape.
  2. Enter required dimensions in feet (ft).
  3. Calculate to get Tank Volume (gal). Rounds to nearest gallon for reporting.

Worked Examples (US locale)

  • Cylinder: d = 4 ft, h = 10 ft.
    cyl_volume_cuft = π * (4 / 2)^2 * 10 = 3.14159265359 * 4 * 10 = 125.663706 ft³
    volume_gal = 125.663706 * 7.48052 = 940.4 gal → 940 gal
  • Rectangle: L = 6 ft, W = 3 ft, h = 4 ft.
    rect_volume_cuft = 6 * 3 * 4 = 72 ft³
    volume_gal = 72 * 7.48052 = 538.6 gal → 539 gal

Assumptions, Checks, and Pitfalls

  • Assumes full tank volume; no freeboard deducted. Deduct freeboard as needed for operations.
  • Use consistent units. Avoid mixing in and ft without converting.
  • For cylinders, diameter is inside diameter. Do not use outside diameter unless you adjust.
  • Quick sanity check: 1 ft³ ≈ 7.48 gal. A 4 ft x 3 ft x 2 ft box = 24 ft³ ≈ 180 gal.

Construction Notes

  • Ordering liquids: include contingency (5–10%) based on fill tolerance and slosh/spillage.
  • Schedule: account for delivery lead-times and temperature limits for certain fluids.
  • Site access: verify height clearances for install and fill equipment.

Result/Summary

Provide shape and dimensions in ft. Calculator applies rect_volume_cuft or cyl_volume_cuft, converts with 7.48052 gal/ft³, and returns rounded gallons. Use results to size fills, test volumes, or plan storage; validate with manufacturer data before procurement.

Frequently Asked Questions

What units does this calculator use?

Feet for dimensions (ft) and US gallons (gal) for volume; conversion is 1 ft³ = 7.48052 gal.

Do I input inside or outside dimensions?

Use inside (clear) dimensions to estimate actual fluid capacity; outside dims overstate volume.

How do I include freeboard?

Compute full volume, then multiply by (1 − freeboard%). Example: 10% freeboard → volume_gal * 0.90.

Can I enter inches?

Convert to feet first (in ÷ 12). Example: 30 in = 2.5 ft.

Are partially filled tanks supported?

This tool assumes full height. For partial fill, substitute the filled height in ft.

How accurate are the results?

Geometric exactness is high; practical accuracy depends on correct dimensions and rounding. Results are planning estimates.

What safety or procurement factors should I carry?

For liquid deliveries, add 5–10% contingency and coordinate with vendor tolerances; confirm lead times and temperature constraints.

Share Your Feedback