ChatGPT energy use: what estimates tell you, and what they do not

Stevia Putri
Written by

Stevia Putri

Kenneth Pangan
Reviewed by

Kenneth Pangan

Last edited September 9, 2026

Expert Verified
Black-and-white illustration of a person hugging a tree, with faint ChatGPT symbols in the background.

What a ChatGPT energy estimate actually measures

Training develops a model; inference runs it to answer requests. A service can also involve later training, retrieval, tool calls, storage, and supporting infrastructure. When comparing a number, first ask which of those costs it includes.

In February 2025, Epoch AI's analysis estimated roughly 0.3 watt-hours for a typical GPT-4o text query. This was an assumption-based calculation, not direct access to OpenAI's production electricity meters. Its example assumed a particular output length and hardware setup. Longer inputs and outputs could raise the estimate substantially.

That makes the number useful for understanding scale, but unsuitable as a universal value for today's ChatGPT. A short text answer and a research job involving many steps are different workloads. Nor should a speculative estimate for a newer model be placed beside an older figure and presented as a measured generation-by-generation trend.

OpenAI Academy's June 2026 update also cites the Epoch estimate. It does not provide a per-request meter for your account. Keep the original model, date, assumptions, and uncertainty attached whenever you use the figure.

A watt is a rate of power use. A watt-hour measures energy over time. If a device used a steady 10 watts for one hour, it would consume 10 watt-hours. That unit conversion is reliable; turning an uncertain AI estimate into a household comparison does not make the underlying estimate more precise.

Why total demand can rise while individual tasks become more efficient

The IEA's 2026 assessment describes both improving efficiency for individual tasks and growing use of more demanding applications. It reports global data center electricity consumption of 485 TWh in 2025, with a projection of 950 TWh in 2030.

Those are all-data-center figures, not ChatGPT totals. The projection is not a measurement of what has already happened. It would be misleading to attribute that entire demand to one chatbot or divide it by a guessed message count.

For a buyer, the important distinction is between making a particular job more efficient and increasing how much work gets done. A cheaper or faster system may be used more often. An unattended report that runs every hour can create a different operational pattern from an employee asking for one weekly summary.

Electricity is only one part of environmental impact

The environmental questions should be kept separate:

QuestionEvidence to request
How much electricity was used?A measurement or clearly bounded estimate for the workload and time period
What emissions were associated with it?The electricity supply and the accounting method, not just a query count
What water and manufacturing impacts are included?An explicit boundary covering the relevant facilities and equipment
Did a workflow change improve the result?A comparable before-and-after workload, including quality and any work shifted elsewhere

The IEA's electricity supply analysis shows that data centers draw from different mixes of renewables, fossil fuels, and nuclear power. A kilowatt-hour does not have one fixed emissions value everywhere.

Do not describe a tool as sustainable merely because it uses company knowledge. Connecting help articles does not demonstrate that a provider trained a small model only on those articles. It also does not establish lower energy use, better accuracy, or a particular carbon saving.

Review recurring work with eesel CLI

Suppose your support team has accumulated two scheduled summaries that cover nearly the same tickets. One is sent every morning; another prepares material for a weekly meeting. Before changing either, find out whether both still have an owner and a distinct purpose.

A support operations lead can ask Claude Code, Codex, or Cursor to inspect the eesel teammate through the official CLI. The coding agent reads its JSON results and helps compare the jobs. A script can collect the same information for an owner to review. These are the same workspace and teammate as the eesel dashboard, not a second copy of the support configuration.

The documented npx form requires Node.js 18.17 or newer. Replace the example name with the intended teammate and confirm the workspace before inspecting it:

Bash
npx @eesel/cli whoami
npx @eesel/cli automations --agent "Support operations"
npx @eesel/cli activity --agent "Support operations"
npx @eesel/cli instructions --agent "Support operations"
npx @eesel/cli billing --agent "Support operations"

Single results are JSON objects; lists are one JSON object per line. Keep any exported records in an approved location, because they may contain business or customer information.

Use the returned automation definitions and activity to investigate overlap, not just similar names. Check the schedule, the work requested, and recent runs. Ask the recipient whether the daily output supports a decision that the weekly report cannot. Billing can help review actual charges, but it does not report watt-hours.

Approve one specific change, then verify it

The automation documentation explains that chat can manage automations and that pausing retains their configuration. If an owner confirms a redundant job, pausing that one is easier to reverse than deleting it.

First verify its exact identity, the intended teammate, and the permitted change. Review available CLI arguments with --help; for a supported direct write, --dry-run prints the server call without applying it. Do not mistake that preview for a completed update or assume it simulates arbitrary chat work.

If using chat to manage the automation, give the teammate only the approved instruction, such as pausing the specifically identified duplicate while leaving the weekly report unchanged. Chat is billed, live work. Its connected permissions still apply. Do not run a vague request to “optimize everything,” or treat “do not change anything” in a prompt as a technical safeguard.

After the change, read automations and activity again for the same teammate. Confirm that the intended job is paused and the retained one is still configured correctly. Have its owner check the next scheduled output. If the report was needed after all, restore the paused job and investigate the requirement before trying another change.

This workflow can establish that an unnecessary run was removed. It cannot, by itself, establish a number of kilowatt-hours or kilograms of emissions saved. That requires measurement with an appropriate comparison and accounting boundary.

Make recurring AI work easier to review with eesel

The practical question is not whether every prompt is good or bad. It is whether a job is useful, appropriately scoped, and running as intended.

eesel dashboard showing a New Scheduled Job form with title, prompt, repeat pattern, time, and timezone fields.
eesel dashboard showing a New Scheduled Job form with title, prompt, repeat pattern, time, and timezone fields.

With eesel CLI, your terminal or coding agent can help inspect recurring jobs while their owners keep decisions about changes. Start with one teammate, one potentially redundant automation, and a clear check of the result. Use the CLI documentation to follow the supported commands, or Try eesel to explore the shared workspace.

Frequently asked questions

How much electricity does one ChatGPT query use?

There is no universal per-query value. Epoch AI's February 2025 estimate was about 0.3 Wh for a typical GPT-4o text query under stated assumptions. It is not a measurement of every current ChatGPT model or a long research task.

Does each new ChatGPT model necessarily use more energy?

No. Hardware and software efficiency can improve while longer reasoning, larger inputs, more generated output, or multi-step work increase the resources used for a particular task. Compare equivalent workloads and dated evidence.

Can I multiply my message count by 0.3 Wh for a sustainability report?

Not as a verified footprint. That estimate describes a particular model and assumed workload, not your actual service mix, infrastructure, or accounting boundary. Label any scenario calculation and obtain appropriate provider data.

Is electricity use the same as carbon emissions?

No. Electricity is an energy quantity; emissions also depend on how that electricity is generated. Cooling water and manufacturing impacts are separate considerations. A per-query electricity estimate does not measure them all.

Does using eesel prove that our AI uses less energy?

No. A company-specific knowledge source or a narrower job is not evidence of a smaller underlying model or a measured energy saving. Compare equivalent work with appropriate measurements before making that claim.

What can eesel CLI help us review?

A person, script, or coding agent can inspect an eesel teammate's automations, activity, instructions, and billing state. That helps identify repeated work to discuss with its owner. The CLI and dashboard use the same teammate and workspace; these records are not energy telemetry.

Is a CLI chat used for testing isolated from live actions?

No. Chat is billed work with the live teammate. Review connected tools and permissions before testing, approve any intended changes, and check the resulting configuration and activity. A request to make no changes is not a technical sandbox.

Share this article

Stevia Putri

Article by

Stevia Putri

Stevia Putri is a marketing generalist at eesel AI, where she helps turn powerful AI tools into stories that resonate. She’s driven by curiosity, clarity, and the human side of technology.

Related Posts

All posts →
A person holding a meter beside a chip with several output arrows, and a second person holding a lightbulb, on a teal background
Guides

Energy and AI in 2026: what the per-prompt numbers don't tell you

Google publishes 0.24 Wh per prompt. Mistral publishes 1.14 gCO2e. Both are honest, neither is comparable, and the number that actually moves your footprint is the one nobody publishes: how many model calls it takes you to finish one piece of work.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 18, 2026
Four illustrated people in overlapping profile windows on a purple background
Guides

Custom personas for ChatGPT: 8 practical prompts to try

Eight practical custom personas for ChatGPT, with copyable prompts for support, research, writing, analysis, and a safer path for customer-facing work.

Kenneth PanganKenneth PanganAug 28, 2025
Stacked-layers icon on a pastel blue and pink background
Guides

Apps in ChatGPT pricing: plans, provider costs, and API budgets

Apps in ChatGPT pricing depends on your ChatGPT plan, the app provider, and whether you are building a separate API workflow.

Stevia PutriStevia PutriOct 8, 2025
OpenAI logo surrounded by illustrated dollar bills
Guides

Apps in ChatGPT reviews: what businesses should check in 2026

A practical review of Apps in ChatGPT: plugin discovery, app connections, permissions, workspace controls, and limits for support work.

Stevia PutriStevia PutriOct 8, 2025
Two people reading beneath Booking.com, Zillow, Canva, and ChatGPT labels
Guides

Apps in ChatGPT: how connections, permissions, and plugins work

A current guide to Apps in ChatGPT: what they can do, how to connect them, the Plugin directory, permissions, and workspace controls.

Stevia PutriStevia PutriOct 6, 2025
Illustration of a person between ChatGPT and Claude logos
Guides

Brave Leo vs ChatGPT (2026): privacy, research, and work

Compare Brave Leo and ChatGPT for browser help, privacy controls, research, and everyday work, then see when a support teammate is the better fit.

Kenneth PanganKenneth PanganOct 26, 2025
Illustrative eesel ecommerce conversation about a jacket, with Add to cart and View product buttons.
Guides

Buy on ChatGPT: how shopping and checkout work in 2026

Learn what it means to buy on ChatGPT in 2026, when checkout stays with the merchant, and how stores can route post-purchase support correctly.

Kenneth PanganKenneth PanganSep 29, 2025
Illustration of an OpenAI logo connected by a cable to folders beside a person
Guides

Can ChatGPT access Confluence? Connections and permissions

Yes, with an authorized connection. Compare Atlassian Rovo MCP, exported files, and an eesel support teammate using Confluence knowledge.

Stevia PutriStevia PutriOct 7, 2025
Freshworks promotional graphic showing a support inbox and a conversation summary.
Guides

Can I use ChatGPT with Freshdesk? A complete guide (2026)

Yes. You can use ChatGPT with Freshdesk through a marketplace app, a custom API workflow, or a helpdesk teammate. The right choice depends on the job, data boundary, and review process.

Stevia PutriStevia PutriOct 13, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free