TDEE Calculator — Activity-Adjusted Calories
Multiply Mifflin–St Jeor BMR by an activity factor from sedentary through very active levels.
How it works
- 1Enter your values in the fields above
- 2Click "Calculate" — all math runs in your browser
- 3View your results instantly
What to do next
About TDEE Calculator
TDEE Calculator is built for calculation jobs that fit cleanly into a browser tab. Multiply Mifflin–St Jeor BMR by an activity factor from sedentary through very active levels. The processing runs in the page itself, which is why the controls update instantly when you change settings and why a freshly loaded page is ready to do real work the moment it becomes interactive.
From a technical standpoint, TDEE Calculator is JavaScript and standard browser APIs running in your tab. The browser is the runtime; the page is the interface. Maximum input size: 0 MB per run.
TDEE Calculator parses your file with standard browser APIs entirely inside the browser, applies the options you selected, and returns a download. The processing has no network step, which means a slow or intermittent connection does not slow down the work — once the page is loaded, only your CPU and RAM are involved.
The heaviest users of TDEE Calculator tend to be engineers sanity-checking conversions, professionals validating quick estimates and fitness enthusiasts tracking targets. Each group brings slightly different expectations to the tool, but the same single-page architecture serves every one of them with the same response time.
TDEE Calculator works well as a bookmarked utility you reach for when you need it. The first visit shows you what the tool does; the second is when you realise it is a low-friction option for the task and worth keeping in your tab list.
A practical note on limits: TDEE Calculator accepts inputs up to 0 MB per run, and the tool processes one input at a time to keep memory usage predictable. If you ever bump into the ceiling, the cause is the size of the input.
Workflow tip: TDEE Calculator pairs well with BMR Calculator (Mifflin–St Jeor) and Calorie Target Calculator. Other adjacent tools you may find useful are Calorie Burn Calculator (MET) and Macro Calculator (Calorie Split). Because every tool is a separate page, you can mix and match the steps that match your job. Bookmark the ones you reach for the most.
TDEE Calculator is honest about scope: it handles a single, well-defined calculation step. Specialist edge-case work — uncommon formats, very large inputs, or pipelines that need scripting — is what dedicated desktop apps are for. This page handles the common case quickly.
The output handed back by TDEE Calculator is the output file. If you would prefer to keep the result in the browser instead of downloading it, you can copy it from the result panel and paste it directly into another tab — useful when the next tool in your workflow expects pasted text rather than a file.
Some context on why TDEE Calculator exists in this form: modern File APIs, high-performance JavaScript engines, and well-maintained open-source libraries now make it possible to perform calculation work entirely in the browser. TDEE Calculator is built on top of that capability, which is why a single page can host the full pipeline.
TDEE Calculator produces deterministic output: the same input plus the same options always produces the same result. That predictability matters when the result has to match an upstream specification or be reproducible later.
Useful patterns when working with TDEE Calculator: keep the input file open in another tab so you can compare against the result; give the output file a descriptive name when saving so you can find it later (the default name is sensible but generic); and treat each run as independent — the tool has no concept of "history", which means you cannot accidentally pollute one job with leftovers from another.
If the result is not what you expected, the most common causes are easy to check. Confirm the input is under the 0 MB ceiling — files just above the cap fail silently because the engine refuses to allocate the buffer. Confirm the input is one of the supported formats. And if the page itself feels slow, try closing other heavy tabs to free up memory; the engine runs in your browser, so it competes for the same resources as everything else open.
TDEE Calculator is intentionally narrow in scope so the common case is fast and the result is predictable. If you ever need a variation it does not cover, browse the rest of the catalog — there is a good chance an adjacent tool already exists, and switching between tools is just a matter of opening another tab.
How it works
- 1Open the TDEE Calculator workspace above. The interface is a single page, so there is nothing to navigate.
- 2Drop a calculator file onto the upload area, or click to pick one from your device.
- 3Pick any non-default settings you need. Most users leave the defaults alone for the first run and only revisit if the result needs tuning.
- 4Trigger processing. standard browser APIs reads your input, applies the transformation, and writes the result back into the page.
- 5Save the output when it is ready.
- 6Re-run with different settings as often as you want. Each run produces a fresh output and the original file on disk is never modified.
Common use cases
- Sanity-check a quote before sending it to a customer using TDEE Calculator.
- Confirm a unit conversion before quoting it in a report.
- Estimate how much paint or material a room will need.
- Convert a foreign currency amount into your local one.
- Plan a project budget on a phone in a meeting.
- Forecast a fitness target without a paid app.
- Check the maths in a homework answer.
- Compare two scenarios side by side without spinning up a spreadsheet.
- Convert a measurement on the fly while shopping.
FAQ
What activity level should I pick?
Choose the description closest to most days; adjust after observing weight trends.
Does TDEE include exercise?
The activity factor approximates habitual movement and exercise combined.
Is NEAT separated?
No — it is folded into the coarse activity buckets.
Is processing private?
Yes — local only.
Can pregnant users rely on this?
Pregnancy needs specialized guidance not modeled here.
Is this treatment for obesity?
No — seek clinician support for therapeutic plans.
Can I use TDEE Calculator with formats other than the defaults?
The accepted formats are listed in the upload area on the tool itself. If your input is in a format that is not directly supported, convert it first using one of Favtoo's converter tools — every Favtoo converter outputs a file that is a clean input to the next tool in the chain.
Can I self-host TDEE Calculator for my team?
TDEE Calculator is a static page running an open-source engine in your browser, so a typical corporate firewall does not get in the way as long as it allows JavaScript to load from Favtoo. For teams that need to host it themselves on an internal network, the underlying engine (standard browser APIs) is open-source and can be packaged into a private build with the same behaviour. Reach out via the Contact page if that is something you are exploring.
How often is TDEE Calculator updated?
TDEE Calculator is updated whenever the underlying engine releases an improvement or a bug fix. Because the tool is delivered as a static page, every visit fetches the latest version automatically — there is no "version" to manage on your end. If a particular release ever changes default behaviour, the change is documented on Favtoo's changelog so you can confirm what shifted.
How many times per day can I use TDEE Calculator?
Inputs are capped at 0 MB per file, which keeps memory usage stable across phones, tablets and older laptops. You can run TDEE Calculator as often as you need; every run produces a full-quality result.
How fast is TDEE Calculator?
Most jobs finish in seconds. Speed scales with input size and with how many CPU cycles your browser tab has available — the engine runs in your browser, so it shares resources with whatever else you have open. For inputs near the 0 MB ceiling, expect anywhere from a few seconds to roughly a minute on a typical laptop. Closing other heavy tabs noticeably speeds things up.
Does TDEE Calculator work in Safari, Firefox, Chrome and Edge?
TDEE Calculator works in any modern browser released in the last few years — Chrome, Edge, Firefox, Safari, Brave, Arc and the major Chromium derivatives are all supported. The underlying engine relies on widely-supported web APIs, so there is nothing exotic to install. If you are on a very old browser version and the tool fails to load, updating to the latest release of your preferred browser is the only fix needed.
Will TDEE Calculator ask me to pay to download the result?
TDEE Calculator is free to use. The processing runs in your browser, which keeps the per-user cost low enough that the tool can be offered openly. The download is the same file the engine produced — you can use it for as many runs as you need.
Why is my browser prompting me when I open TDEE Calculator?
TDEE Calculator only needs the standard web platform — file picker access for the inputs you choose to load, and optionally clipboard access if you copy the result rather than downloading it. There is no microphone, camera, geolocation or background-permission request, because none of those are needed for the work the tool does.
Does TDEE Calculator upload my file to a server?
Your file is processed inside your browser by standard browser APIs. The engine reads the file's bytes from your tab's memory, computes the result, and writes the result back into the tab. You can confirm what the page does by opening developer tools and watching the Network tab during a run — the requests you see are for the tool's static assets only.