Skip to main content
🧮2,000+ Free Calculators — finance, health, math, science & more. No signup needed.Browse All →

2000+ free tools — no signup required

2000+ free calculators, instantly.

Finance, health, math, science, unit conversion, business, food, sports, education, and daily planning. Every calculator includes the tool, formula notes, examples, FAQs, and related guides.

2,020free calculators
16topic categories
12formula engines
6FAQs per page
Freeno signup needed

Browse by topic area

Five calculator collections

Every calculator is organised into one of five topic areas. Click a collection to browse all the tools, sub-categories, and guides it contains.

Browse by category

Calculator categories

Each category page works like a focused mini-library with topic clusters, descriptions, internal links, and calculator pages targeting specific search intent.

Finance

Plan loans, savings, investments, taxes, budgets, interest, and everyday money decisions with clear formulas and examples.

137 calculators

Health

Estimate health, fitness, nutrition, body measurements, and wellness metrics using practical reference formulas.

135 calculators

Math

Solve percentages, ratios, fractions, averages, geometry, algebra helpers, and common school or workplace math problems.

131 calculators

Construction

Estimate materials, areas, volumes, costs, paint, concrete, flooring, roofing, and renovation quantities.

130 calculators

Conversion

Convert units for length, weight, temperature, speed, volume, area, pressure, energy, and daily measurements.

125 calculators

Physics

Work with speed, force, energy, motion, electricity, waves, pressure, and classroom science formulas.

125 calculators

Chemistry

Use chemistry helpers for concentration, molarity, dilution, gas laws, molecular mass, and lab calculations.

125 calculators

Statistics

Analyze averages, probability, samples, confidence, variation, scores, and data interpretation problems.

125 calculators

Business

Estimate profit, margins, markup, inventory, payroll, pricing, revenue, productivity, and business planning metrics.

127 calculators

Everyday Life

Quick calculators for dates, time, tips, discounts, travel, fuel, recipes, shopping, and household planning.

110 calculators

Sports

Calculate pace, performance, training zones, scores, ratios, sports statistics, and fitness planning numbers.

125 calculators

Food

Scale recipes, estimate calories, cooking conversions, ingredient weights, nutrition, and meal planning quantities.

125 calculators

Ecology

Estimate energy use, water use, carbon footprint, recycling, transport impact, and sustainable living metrics.

125 calculators

Engineering

Work through mechanical, electrical, civil, and systems engineering formulas for practical design checks.

125 calculators

Education

Support learning with grade, score, GPA, reading, study time, classroom math, and academic planning calculators.

125 calculators

Technology

Estimate bandwidth, storage, download time, screen sizes, data transfer, battery life, and computing metrics.

125 calculators

Accuracy and transparency

Why United Calculator

Every page follows the same content standard: formula derivation, a worked example with real numbers, applicable laws or professional guidance, 6 plain-language FAQs, and links to 8 related tools.

Verified formulas

Each formula engine is based on published standards — TILA for loan calculations, METS tables for energy expenditure, ASTM standards for materials, and equivalents across 16 subject areas. The formula is shown in a code block on every result card so you can verify the calculation independently.

Professional context, not professional advice

Finance and health calculators cover applicable legislation (CFPB, NHS, OSHA) and reference professional thresholds (e.g. debt-to-income ratios accepted by lenders, WHO BMI categories). Every page includes a disclaimer — these tools are planning aids. Consequential decisions should be reviewed with a qualified professional.

No account, no tracking, no fee

Calculations run entirely in your browser. No data leaves your device. There are no login walls, no usage limits, no subscription tiers, and no premium paywalls. The only data stored is nothing — no cookies are set beyond what your browser requires to render the page.

Transparent methodology

Smart defaults come from published benchmarks — median UK household income from ONS, US average mortgage rate from Freddie Mac weekly surveys, average commute distances from the US Census ACS. Defaults are documented in the article body on each calculator page.

Simple by design

How United Calculator works

Three steps from question to answer — no account, no subscription, no ads cluttering the result.

Search or browse

Type a topic into the search box or click a category. Each category is a mini-library of 125 calculator pages targeting specific questions — loan payments, BMI, tile counts, carbon footprint, and more.

Enter your values

Smart defaults are pre-filled so you get an immediate example result. Replace any field with your own data. Click the ? icon on any field for a plain-language explanation of what that input means.

Read, copy, and share

The result updates in real time. The formula is shown in a code block below the answer. Copy the result to your clipboard, share it to 8 social platforms, or scroll down for the full explanation, FAQs, and 8 related calculators.

Domain Cost Calculator

Domain Cost Calculator — calculate domain cost for tech projects. Formula, specs, and practical notes.

A cloud and API cost calculator estimates the monthly and annual cost of using cloud infrastructure, API services, and software-as-a-service tools based on usage volume, pricing tiers, and resource consumption. Cloud costs are notoriously difficult to predict — the pay-per-use model means costs scale directly with usage, and unexpected traffic spikes, inefficient code, or misconfigured services can cause bills to increase rapidly. Understanding the cost structure before building on a platform is essential for sustainable product economics. and provide related infrastructure and pricing tools.

Most cloud services price on a tiered model: a free tier or low-cost entry tier for low volumes, with costs per unit decreasing at higher volumes. API costs typically combine a fixed monthly platform fee with a variable per-request or per-token charge. The total monthly cost = (requests × cost per request) + fixed fees. Identifying the cost drivers in your architecture and applying caching, batching, and right-sizing are the key strategies for controlling cloud spend.

  1. Enter your expected monthly request/usage volume.
  2. Enter the provider's per-unit cost (per 1,000 requests, per GB transferred, per hour of compute, etc.).
  3. Enter any fixed monthly platform or subscription fees.
  4. The calculator outputs variable cost, total monthly cost, daily cost, and annual cost.
  5. Run multiple scenarios (current volume, 2× growth, 10× growth) to understand cost scaling behaviour.
  6. Compare against alternative providers or architectures to find the most cost-effective solution.

Cloud cost formula

Total monthly cost = (Usage volume × Cost per unit) + Fixed monthly fee

Cost per user = Total monthly cost ÷ Active users

Annual cost = Monthly cost × 12

Worked example: API with 500,000 requests/month at $0.002 per 1,000 requests + $10 fixed fee. Variable cost = 500,000/1,000 × $0.002 = $1.00. Total = $11.00/month = $132/year. At 5,000,000 requests (10× growth): variable = $10.00 + $10 = $20.00/month — costs grow linearly with usage.

Interpreting your cloud cost estimate

Cloud pricing models

Main cloud pricing models: Per-request: pay for each API call (common for ML APIs, communication APIs); Per-compute-hour: VM/container runtime pricing (AWS EC2, Azure VM, GCP Compute); Per-GB transferred: storage access and data egress charges; Per-token: LLM API pricing (OpenAI, Anthropic, Google); Tiered/committed: reserved instances or savings plans that discount in exchange for 1–3 year commitment (typically 30–60% savings vs on-demand). Always check egress costs — data leaving a cloud provider is often charged at $0.05–$0.09/GB and can dominate bills for data-intensive applications.

Technology tips and best practices

Common mistakes to avoid

Cloud provider pricing is subject to change — always verify current pricing from the provider's official pricing calculator before making commercial decisions. Provider SLAs and terms of service govern credits for downtime and service interruptions. Data protection regulations (GDPR, CCPA, etc.) impose requirements on where data can be stored and processed that may constrain cloud region selection regardless of cost. This calculator provides estimates only based on the inputs provided and does not constitute commercial advice.