Is GitHub Copilot down? GitHub Copilot status

No. GitHub Copilot is up and running normally.

Operational Last checked (Jul 28, 2026 17:21 UTC) 290 ms Open GitHub Copilot ↗

This verdict covers the GitHub Copilot web service.

  • Official signal Operational
  • Independent web check (North America: Virginia, US) Operational
  • User reports 0 in the last hour
  • North America: Virginia, US Operational 290 ms · checked Jul 28, 2026 17:21 UTC

Independent reachability is currently checked from Virginia, US.

Independent monitor. Not affiliated with or endorsed by GitHub Copilot.

11 / 11 Components up
0 Open incidents
290 ms Web endpoint latency
0 Reports (1h)
99.82% Uptime (30d)

We check GitHub Copilot continuously using a dual-source method. Read more about our methodology.

System components

11 of 11 operational
  • Git Operations Operational
  • Webhooks Operational
  • API Requests Operational
  • Issues Operational
  • Pull Requests Operational
  • Actions Operational
  • Packages Operational
  • Pages Operational
  • Copilot Operational
  • Codespaces Operational
  • Copilot AI Model Providers Operational

Component status comes from GitHub Copilot’s official status page. Official source: www.githubstatus.com. Last synced .

Outage reports

0 in the last hour

GitHub Copilot is an AI coding assistant that lives inside your editor and the GitHub workflow. It autocompletes lines and whole functions as you type, answers questions in a chat sidebar, explains unfamiliar code, drafts tests, and helps review pull requests. Developers lean on it constantly, so when suggestions stop appearing or chat stops responding, it interrupts real work. This page tracks whether the problem is on GitHub’s side or local to you, and the verdict and recent user reports at the top of this page reflect what we and others are seeing right now.

Illustration representing GitHub Copilot status

Common reasons GitHub Copilot stops working

  • Backend or model outages. The completion and chat services depend on infrastructure that can degrade. When it does, suggestions stall, time out, or return errors for many users at once.
  • Authentication and licensing. An expired token, a signed-out session, or a seat that lost access through your organization will silently stop completions even when GitHub is healthy.
  • Editor extension issues. The Copilot extension in your IDE can fail to load, fall out of date, or conflict with another plugin after an update.
  • Network and proxy blocks. Corporate firewalls, VPNs, or proxies that block Copilot endpoints cut off the connection between your editor and the service.
  • Rate limits and quota. Heavy use, or limits on certain plans, can throttle requests so that chat and completions slow down or pause.
  • GitHub platform incidents. Because Copilot rides on the wider GitHub platform, a broader incident with the API or authentication can take it down indirectly.

How to fix GitHub Copilot when it is not working

  1. Check the verdict first. Look at the status and user reports at the top of this page. If Copilot is down for everyone, the fix is to wait, not to troubleshoot your own setup.
  2. Confirm you are signed in. Reauthenticate your GitHub account in the editor and verify your Copilot subscription or organization seat is still active.
  3. Reload and update. Restart your editor, reload the window, and make sure both the editor and the Copilot extension are on the latest version.
  4. Toggle the extension. Disable and re-enable Copilot, or check its status icon in the editor to see whether it reports an error.
  5. Test your network. Try a different connection, or temporarily step off the VPN or proxy to rule out a blocked endpoint.
  6. Try chat and completions separately. If one works and the other does not, that narrows whether it is a local extension fault or a service-side problem.
  7. Wait and retry. If you are being rate limited, pause briefly before trying again. For a deeper checklist, see our guide on what to do when an AI tool is down.

Is GitHub Copilot down, or is it just you?

The fastest way to tell is to separate signals you can see. If completions fail in one project but work in another, or in one editor but not another, the issue is probably local: an extension, a workspace setting, or your account. If chat and completions fail everywhere, and reauthenticating and reloading change nothing, the problem is more likely on GitHub’s side. A blocked endpoint behind a corporate proxy looks like an outage but only affects people on that network. The live verdict and the volume of user reports at the top of this page help you place your experience in context: a spike in reports points to a real, shared incident.

How we check GitHub Copilot

We combine two independent signals so you are not relying on a single source. First, we read GitHub Copilot’s official status page to capture what GitHub itself is reporting about the service. Second, we run our own independent reachability check from the outside, hitting the service from our infrastructure to confirm whether it actually responds. When both signals agree, the verdict is high confidence. When they disagree, that usually means a partial or regional problem, and we say so rather than guess. You can read the full details of this approach on our methodology page.

Alternatives to GitHub Copilot during an outage

If Copilot is down and you need to keep coding, a few peer tools can fill in. Cursor is an AI-first editor with strong in-line assistance and chat. Windsurf is another AI coding environment built around agentic edits across your project. Copilot, Microsoft’s broader assistant, can help with code questions outside the editor. Before you switch, confirm the backup is healthy on its own status page, since AI tools sometimes share upstream infrastructure and can be affected at the same time. Keeping one alternative configured ahead of time means you can stay productive the moment Copilot stops responding.

Where GitHub Copilot breaks

Copilot lives inside your editor as an extension for VS Code, the JetBrains IDEs, and Visual Studio, and it also exposes Copilot Chat. Because it authenticates against your GitHub account, an outage can come from three very different layers: the Copilot completion service, GitHub.com sign-in and OAuth, or the network path between your machine and GitHub. When any of those falter you often see “Copilot could not connect” or completions that simply stop appearing while the rest of your editor works fine.

In managed environments the cause is frequently local rather than a service incident. A corporate proxy, VPN, or firewall can block the endpoints Copilot needs, and enterprise org policy or an unassigned seat can disable it entirely for your account regardless of service health.

  • Inline suggestions stop while Chat still works, or the reverse
  • “Copilot could not connect” or repeated sign-in prompts
  • Proxy, VPN, or firewall blocking the required endpoints
  • Org policy disabled, or no seat assigned to your account

Uptime, last 30 days

99.82%
99.5% 7-day
99.82% 30-day
Building 90-day

Web endpoint latency

Recent incidents

Embed this status badge

Show GitHub Copilot's live status on your own site, docs or README. It updates automatically and links back here.

GitHub Copilot status, via is-down.ai
HTML
Markdown

On WordPress? Our free AI Status Widget plugin shows GitHub Copilot's live status with cards, badges and full uptime panels.

Frequently asked questions

Is GitHub Copilot down, or is it my setup?

Start with the live verdict above, which reflects the Copilot service itself. Because Copilot depends on GitHub.com auth, a GitHub sign-in incident can take Copilot down even when the completion service is healthy. If only your machine is affected, suspect a proxy, VPN, or org policy rather than a broad outage.

What does Copilot could not connect mean?

It means the extension failed to reach the Copilot service or could not validate your GitHub session. Common causes are a network block from a corporate proxy or firewall, an expired login, or an actual service incident. Try signing out and back in to GitHub from the extension, and confirm your network allows the connection before assuming the service is down.

Why did Copilot stop working only in my IDE?

Copilot ships as separate extensions for VS Code, JetBrains, and Visual Studio, so one can break or need an update while another is fine. An outdated extension, a disabled plugin, or an IDE specific auth glitch can stop suggestions in just that editor. Updating the extension and re-authenticating usually restores it.

Does a GitHub.com outage affect Copilot?

Yes, it can. Copilot relies on GitHub for account authentication and policy checks, so if GitHub.com sign-in is degraded you may get connection errors even though the completion models are running. When both the GitHub status and the Copilot status look unhappy at once, the root cause is often on GitHub's side.

Why is Copilot disabled for my work account?

In organizations, Copilot access is controlled by an admin through seat assignment and policy. If no seat is assigned to you, or a policy restricts Copilot for your org or specific repositories, the extension will be inactive no matter how healthy the service is. Ask your GitHub org administrator to confirm your seat and policy settings.

Are inline completions and Copilot Chat separate?

They use the same account and service but are distinct features, so one can fail while the other works. You might see Chat respond while inline suggestions go silent, often due to a setting, a file type exclusion, or a partial service degradation. Toggling Copilot off and on in the editor and checking your enablement settings can help isolate which part is affected.