Skip to content

Microsoft Killed Claude Code Licenses: What To Do Now

Microsoft starts canceling Claude Code licenses by June 30, 2026. Here's why it happened, what migration looks like, and how to keep using either tool.

8 min readBeginner

So you opened your terminal this morning, ran claude, and saw a license error from your work account. Or you read the headlines and now you’re wondering: am I about to lose access to the coding agent I actually like?

Short answer for individuals: no. Short answer for Microsoft employees on the Experiences & Devices side: yes, and there’s a deadline. Reporting summarized at Windows Forum says Microsoft is canceling most internal Claude Code licenses in its Experiences and Devices division by June 30, 2026, redirecting thousands of engineers on Windows, Microsoft 365, Teams, Outlook, and Surface toward GitHub Copilot CLI. This guide walks you through what just happened, how to migrate in about ten minutes if you have to, and how to keep using Claude Code on your own terms if you don’t.

The story behind the cancellation

Here’s the timeline that actually matters. Microsoft started opening Claude Code access to employees in December 2025 – developers, project managers, designers – letting them interact with the AI coding assistant in their workflows. By spring, it had taken off internally. Engineers liked it. A lot.

Then the bill landed. The budget overrun was structural, not exceptional: AI Weekly’s summary of the original report describes how the pilot burned through Microsoft’s full annual AI budget in months. Flat seat licensing had been hiding true token consumption – a gap that usage-based pricing exposes immediately at enterprise scale.

The official framing is more polite. VP Rajesh Jha described the dual rollout as a learning exercise, saying Copilot CLI gave Microsoft “a product we can help shape directly with GitHub” for its own repos, workflows, and security expectations (per Windows Central citing The Verge’s reporting). Translation: we want the tool we control, and the one whose meter we own.

One detail nobody should overlook: Microsoft’s financial year ends June 30. The cancellation deadline isn’t random – it’s a budget line, timed to close a cost before the new fiscal year opens.

What this means if you don’t work at Microsoft

Almost nothing. Anthropic’s consumer and small-team plans aren’t affected. You can install Claude Code today and use it on Pro, Max, or pay-as-you-go API credits exactly like before.

What it does mean: if your company runs Claude Code on a token-metered plan with no spend caps, you’re staring at the exact same trap Microsoft walked into. The headline isn’t “Microsoft hates Anthropic.” It’s “agentic coding tools burn tokens faster than humans can read invoices.”

Install GitHub Copilot CLI in under ten minutes

If you’ve been told to switch, or you just want a backup, here’s the minimum viable setup. Per the official GitHub docs (current as of early 2026), you need Node.js 22 or later and an active GitHub Copilot subscription.

# 1. Install globally via npm
npm install -g @github/copilot

# 2. Launch it from inside your project directory
cd your-repo
copilot

# 3. On first run, authenticate
/login

That’s the whole thing. Copilot CLI ships as a core feature of all GitHub Copilot plans – Free, Pro, Pro+, Business, and Enterprise – and each interaction draws on your plan’s premium request allowance (as of early 2026; check the official feature page for current plan details and pricing). No separate billing setup, no new credit card.

Before you run anything destructive, learn three commands: type / to see the slash menu, press Shift+Tab to toggle into plan mode, and use @filename to pin a specific file into the prompt. Plan mode lets you work through an implementation approach before any code is written – press Shift+Tab again to cycle back out. This is the equivalent of Claude Code’s planning step.

The migration trick nobody mentions: keep Claude inside Copilot CLI

Here’s the part the news coverage skipped. Microsoft killed the Claude Code licenses, but it didn’t kill access to Anthropic’s models. Turns out Copilot CLI supports models from multiple foundation model providers – Anthropic, Google, and OpenAI – and you can switch per task using the /model command (confirmed on the official Copilot CLI feature page, as of this writing).

So inside Copilot CLI, you can run /model and pick a Claude model for the prompts where you actually want Claude. You lose Claude Code’s specific agent use. You keep Claude’s reasoning. For migrating engineers who liked Claude’s code edits but have to leave the Claude Code binary behind, this is the closest thing to a soft landing.

Pro tip: If you trust a session, the --allow-all (or --yolo) flag turns off the per-tool approval prompt for the whole run. Useful for long automated refactors. Reckless if you’re pointing the agent at production code – every approval prompt exists because the agent can run rm, chmod, or any shell command the model decides is helpful.

Going further: the bits competitors won’t tell you

A few features turn Copilot CLI from “Claude Code clone” into something actually useful in a GitHub-native shop.

  • /pr – view, create, and fix pull requests from the terminal. Native GitHub integration, no gh CLI gymnastics.
  • /fleet – spawn parallel subagents to run parts of a task simultaneously. Closest analog to running multiple Claude Code worktrees at once.
  • Auto-compaction – Copilot CLI automatically compresses your history in the background when your conversation approaches 95% of the token limit, without interrupting your workflow. Claude Code makes you run /compact manually.

The slash-command collection is large enough that the GitHub Blog cheat sheet exists specifically because the official reference reads like a man page. Start with /help inside any session.

The pricing trap that caught Microsoft (and will catch you)

Microsoft’s situation is a warning shot, but the fix for individuals is straightforward. The numbers below come from sources that have actually run the meter (prices as of early 2026 – check current plans before committing):

Plan Price Best for
Claude Pro $20/mo Light coding, occasional Claude Code sessions
Claude Max 5x $100/mo Daily developer use – the sweet spot per most reports
Claude Max 20x $200/mo Heavy agentic workflows, multi-repo work
GitHub Copilot Pro See GitHub pricing page Copilot CLI + IDE autocomplete – check current rate

Anthropic’s own data: the average Claude Code user costs about $6 per developer per day, with 90% of users staying under $12/day. That projects to roughly $100-$200/month per developer at full-time usage – which is exactly where the Max plans sit. Subscriptions exist because the API math gets brutal at sustained agent usage.

Which raises an honest question: where does enterprise agentic billing actually stabilize? Microsoft ran into trouble at scale, and the Max plan caps aren’t unlimited either. Nobody has a clean answer yet – the category is too new for billing norms to have solidified.

The buried landmine: if you have ANTHROPIC_API_KEY set anywhere in your shell profile, Claude Code will use that API key for authentication instead of your Claude subscription (Pro, Max, Team, or Enterprise plans). Your $200/month Max sits unused while metered API charges pile up. Check echo $ANTHROPIC_API_KEY before you blame the bill.

Honest limitations

Switching tools isn’t free, even when the install is. Your GitHub org’s admin settings govern what Copilot CLI can do – MCP server access, available models, and approved workflows all depend on how your org is configured. Expect some friction if you’re on a managed plan and your admin hasn’t unlocked everything yet.

And the obvious one: Claude Code users who built their muscle memory around /compact, plan mode, and Anthropic’s specific approval flow will spend a week feeling clumsy. The commands map mostly 1:1, but the rhythm is different.

FAQ

Does this affect Claude Code for individual developers?

No. Microsoft’s cancellation is internal – enterprise license seats inside one division. Anthropic’s Pro, Max, and API offerings are unchanged.

Can I run Claude Code and Copilot CLI side by side?

Yes, and a lot of people will. Install both with npm install -g @github/copilot and Claude Code’s installer – they don’t conflict because they’re separate binaries with separate auth. A common pattern: Copilot CLI for GitHub-native flows like PR creation and CI fixes, Claude Code for deep refactors where you want Anthropic’s reasoning on long sessions. The catch is your token budget gets split across two subscriptions, so this only makes financial sense if you’re a heavy user who’d hit Pro limits on either tool alone.

Will Microsoft and Anthropic split entirely?

Unclear. The reported cancellation is specific to internal Claude Code licenses, not to the broader Microsoft-Anthropic relationship (Anthropic models are still available through Azure AI Foundry as of this writing). Whether other Microsoft divisions kept their pilots running, and whether commercial terms are being renegotiated, hasn’t been disclosed publicly.

Next step: Open a terminal, run node --version. If it returns 22 or higher, run npm install -g @github/copilot and try one prompt against a real repo. Five minutes from now you’ll know whether the migration story is hype or a real switch – for your own workflow, not Microsoft’s.