Codex Usage
Last updated September 2026

ChatGPT Pro Codex Limits

ChatGPT Pro ($200/mo) is officially framed by OpenAI as providing 5x to 20x more Codex usage than Plus ($20/mo), across the same rolling 5-hour and weekly window structure. OpenAI publishes estimated local-message ranges for Plus by model, but does not publish an absolute number for Pro or either tier's weekly allowance. Pro is positioned for continuous, heavier coding workflows with priority access during peak load.

What is the ChatGPT Pro Codex Quota

The ChatGPT Pro Codex quota is the higher-capacity tier bundled into OpenAI's $200/month subscription, aimed at professional and continuous coding workflows. It draws from the same rolling 5-hour and weekly window structure as Plus, sized higher, across CLI, IDE extensions, and cloud tasks.

$200 / Month

Power developer tier

5x–20x Usage

Official multiplier vs. Plus

Priority Access

Marketed during peak load

How to Check Your Pro Quota in the CLI

Running /status in any active Codex terminal session shows your current remaining percentages and reset times for both windows.

codex statusTier: ChatGPT Pro ($200)
OpenAI Codex Quota Status
▸ 5-Hour Window: 96% remaining
▸ Weekly Window: 88% remaining
Illustrative example — run /status for your actual numbers.

ChatGPT Plus ($20) vs. ChatGPT Pro ($200)

OpenAI officially frames Pro as 5x to 20x more usage than Plus. The table below distinguishes what's officially documented from what isn't.

Last updated: 04 Sep 2026
MetricChatGPT Plus ($20)ChatGPT Pro ($200)Source
5-Hour WindowEst. 15–280 local msgs (model-dependent)5x–20x more usage than PlusOfficial (estimate)
Weekly AllowanceNot published by OpenAINot published by OpenAINot published
Inference PriorityStandard queueMarketed as priority access during peak loadOfficial (qualitative)
Cloud Task UsageShares the five-hour usage window with local messages; separate Cloud Task allowance not publishedShares the five-hour usage window with local messages; Pro provides 5x or 20x more overall Codex usage than Plus, but a separate Cloud Task allowance is not publishedOfficial

To see Free and Business/Enterprise too, view the complete codex usage limits table.

When Does Pro Quota Reset?

ChatGPT Pro Codex resets follow the same dual-schedule structure as Plus: a rolling 5-hour window alongside a separate weekly window. With OpenAI framing Pro at 5x to 20x more usage than Plus, most users see the rolling window less often as a practical constraint, though the exact weekly allowance for either tier isn't published.

Rolling 5-Hour Window

Continuous Recovery

Capacity restores on a rolling basis rather than a fixed daily reset. Exact per-turn mechanics are not published.

Weekly Window

Account-Specific Anchor

Your weekly window resets on a schedule tied to your account, visible in /status.

For more on reset timing, read when your Codex usage resets.

What Happens When Pro Hits the Limit?

Reaching the ChatGPT Pro Codex ceiling is uncommon given the higher headroom, but when it happens the active turn completes and subsequent prompts pause until reset — the same general behavior as Plus. Your local repository state, git history, and unstaged changes are untouched.

Ceiling StatusWeekly Window
Notice: weekly window threshold reached.
Session state: active. Paused until the next weekly reset.
Optional: supply OPENAI_API_KEY for metered overage execution.

If your CLI reports an unexpected pause, see why am I rate limited and what happens now.

Should You Upgrade to Pro ($200/mo)?

Upgrading from Plus to Pro is a $180/month difference for 5x to 20x more usage, per OpenAI's own framing. Since that's a range rather than a fixed number, the decision still comes down to how often you're actually hitting Plus's ceiling today — best judged from your own /status history.

Decision Profile

Stay on Plus ($20/mo) if:
  • You rarely or never hit the 5-hour or weekly window.
  • Your usage is mostly interactive, single-file edits.
  • You use Codex as an occasional reference, not full-time.
Upgrade to Pro ($200/mo) if:
  • You hit the Plus window multiple times per week.
  • You run continuous multi-file agent workflows.
  • Codex is your primary full-time engineering environment.

If you're not sure yet, review ChatGPT Plus Codex limits before committing to the upgrade.

Keep Your Pro Quota Visible While You Work

Codex Usage is a free, local tool that shows your remaining 5-hour and weekly percentages and reset times in your terminal or a local browser dashboard that refreshes every 60 seconds.

Install Codex Usage Locally

Runs on localhost · No cloud account or telemetry

Full Setup Guide
Install:
curl -fsSL https://codexusage.dev/install.sh | sh

Frequently Asked Questions

Can multiple team members share a single ChatGPT Pro Codex login?

No. OpenAI's terms prohibit credential sharing. Teams needing multi-seat pooling should look at Business or Enterprise plans instead.

Do unused Pro turns roll over to the following week?

OpenAI has not published rollover behavior for unused weekly allowance. Treat each weekly window as independent unless OpenAI documentation says otherwise.

Does Pro web chat usage affect Codex CLI limits?

Standard ChatGPT web chat runs on a separate meter from Codex's agentic pool, which covers the CLI, IDE extensions, and cloud tasks.

Can I still connect OPENAI_API_KEY as a fallback on Pro?

Yes. If a script exhausts your Pro weekly window, the Codex CLI supports falling back to metered OpenAI Platform API billing via an API key.