What is Copilot and how it can help you be more productive
Copilot isn’t just autocomplete for Office anymore. What launched in February 2023 as Bing Chat – a chat sidebar bolted onto Microsoft’s distant-second search engine – has grown into Microsoft’s umbrella brand for AI across Windows, Edge, Microsoft 365, GitHub, and a fast-expanding stack of autonomous agents. Microsoft 365 Copilot crossed 30 million paid seats in July 2026, and that August Microsoft merged the personal and work Copilot apps into a single experience.
In this guide we explain what Copilot is in 2026, how GPT-5.6 and Microsoft’s own MAI models work together, what GitHub Copilot, Copilot Studio, and Cowork can do, what the plans cost, and how to use it well.
What is Copilot?
Copilot isn’t one lab’s model the way Claude or Gemini is – it’s Microsoft’s brand for AI stitched across the entire company. Microsoft AI, the division that owns consumer Copilot, was formed in March 2024 around the acquisition of much of Inflection AI’s team, bringing in DeepMind co-founder Mustafa Suleyman as CEO. In 2026 the group split again: Suleyman focuses on building models, while a dedicated leadership owns the Copilot assistant experience itself, commercial and consumer combined.
Copilot reached the public on February 7, 2023 as Bing Chat, running on a GPT-4-class model before GPT-4 was even public – it drew a million-person waitlist within 48 hours. Bing Chat Enterprise followed that July, Microsoft 365 Copilot was previewed that September, and at Ignite in November 2023 Microsoft folded Bing Chat, Bing Chat Enterprise, and Microsoft 365 Chat into one unified “Copilot” brand, reaching general availability on December 1, 2023.
That’s why the name is confusing. In 2026 there are four Copilots you’ll actually touch:
- Answer questions & explain concepts
- Search the live web & ground answers in Bing
- Draft, summarize & rewrite documents, emails & decks
- Analyze spreadsheets & run Python in Excel
- Generate & edit images
- See your screen & talk in real time
- Write, review & ship code as an agent
- Remember context via Memory
- Take multi-step actions across apps
- Work across Word, Teams, GitHub & 1,400+ connectors
Copilot’s models: GPT-5.6, MAI, and model choice
Unlike Claude, Gemini, or Grok, Copilot was never built around one lab’s models – it’s designed to route between them. For most of 2023–2025 that meant OpenAI almost exclusively; 2026 is the year Microsoft started building real alternatives of its own, without dropping OpenAI as the anchor. On July 9, 2026 OpenAI named GPT-5.6 the new “preferred model” across Microsoft 365 Copilot – a public reaffirmation of the partnership.
Behind the headline models sit Phi-4, a family of small MIT-licensed models for on-device and edge scenarios – Phi-4-mini already ships on Copilot+ PCs for offline code completion. Most everyday interactions run through an automatic “Auto” router rather than a model you pick by hand.
How does Copilot work?
Underneath the chat window sits Work IQ, the grounding layer that connects Copilot to Microsoft Graph – your emails, meetings, files, and chats – so answers can draw on your actual work rather than only training data. Copilot is strictly permission-aware: it only ever surfaces what you could already see yourself, which matters as much for what it can’t do as for what it can.
A typical request moves through several stages, combining the underlying model with tools and your organization’s data:
- 1
Understand the request
Copilot reads your prompt, the conversation so far, any files you’ve shared, and – where allowed – Work IQ context from your emails, meetings, and chats.
- 2
Reason through the problem
For complex requests, a reasoning model like GPT-5.6 Thinking or MAI-Thinking-1 works through the problem step by step rather than answering in one pass.
- 3
Decide which tools to use
Live Bing search, Python execution in Excel, the Researcher or Analyst reasoning agents, browser actions in Edge, or a connector into one of 1,400+ external apps.
- 4
Generate the response or take the action
The answer, the spreadsheet, the slide deck, the pull request, or the completed multi-step task.
- 5
Refine with follow-ups
Notebooks keep a persistent multi-source workspace open across a project, and Pages keeps a document or plan editable in place instead of restarting the conversation.
What can you do with Copilot?
The agentic shift: GitHub Copilot, Studio, Cowork, and Agent 365
Copilot’s biggest change since 2023 mirrors the rest of the industry: less “you ask, it answers,” more “you delegate, it works and reports back.” Four products carry that shift across very different audiences.
The strategy is fewer surfaces that each do more – one unified Copilot app since August 2026 that is twice as fast as before – backed by multi-model choice so enterprises are not locked into a single vendor’s model.
Copilot timeline: 2021–2026
GitHub Copilot announced as a technical preview, developed jointly by GitHub and OpenAI – the first major commercial AI coding assistant.
Bing Chat launches – “your copilot for the web” – built on a GPT-4-class model before GPT-4 is public; draws a million-person waitlist in 48 hours.
Bing Chat Enterprise adds Enterprise Data Protection in July; Microsoft 365 Copilot and Windows Copilot are previewed that September.
Ignite consolidates Bing Chat, Bing Chat Enterprise, and Microsoft 365 Chat into one unified “Copilot” brand and launches Copilot Studio; general availability follows December 1.
Copilot Pro ($20/mo) launches for individuals; a dedicated Copilot key ships on new Windows 11 keyboards.
Microsoft AI forms as a division around the Inflection AI deal, with Mustafa Suleyman joining as CEO.
Copilot+ PCs are announced, requiring a 40+ TOPS NPU for on-device AI features.
The Researcher and Analyst reasoning agents roll out through the Frontier early-access program and reach general availability June 2.
Copilot Pro is retired for new signups (Oct 1), folded into Microsoft 365 Premium; the Fall Release ships agentic Edge features.
Claude and Gemini become selectable models inside Copilot Studio agents (Jan); Copilot leadership splits, with the assistant experience and MAI models under separate ownership (Mar 17).
Agent 365 reaches GA (May 1); Build 2026 unveils the full MAI model family (Jun 2); Copilot Cowork reaches GA (Jun 16); MAI-Code-1-Flash goes GA in GitHub Copilot (Jun 26).
GPT-5.6 becomes Microsoft 365 Copilot’s “preferred model” (Jul 9); Microsoft reports 30 million paid Microsoft 365 Copilot seats (Jul 29); the consumer and work Copilot apps merge into one experience (Aug 18).
How to use Copilot well
The prompt pattern that works
Role, task, format – the same structure that works for every assistant in this series works here too. For recurring work, save the background once in a Notebook or a Copilot Studio agent instead of re-pasting it into every chat.
How large is the context window?
Microsoft doesn’t publish one clean context-window number for Copilot the way Anthropic or Google do for Claude and Gemini – and that gap is itself worth knowing. Because Copilot routes between GPT-5.x, MAI, and (in Studio or GitHub Copilot) Claude or Gemini depending on task and surface, the real ceiling shifts with whichever model actually answers you.
Practical rule of thumb: a token is roughly 0.75 English words. GitHub Copilot’s IDE surfaces reserve a large share of even a big model for system prompts, tool schemas, and directory listings before your code gets any room – worth remembering if a session feels like it’s losing track sooner than the headline number suggests. For very long enterprise workloads, grounding via Work IQ matters more than the raw window.
What does Copilot cost?
| Plan | Price | Model access | Limits |
|---|---|---|---|
| Copilot Free | $0 | Copilot Chat, web grounding, capped image generation | Daily caps; no Work IQ file grounding |
| Microsoft 365 Personal | $9.99/mo | Copilot in your own Word, Excel, Outlook | Single user |
| Microsoft 365 Family | $12.99/mo | Same, for up to 6 people | Shared storage, individual Copilot access |
| Microsoft 365 Premium | $19.99/mo | Full consumer Copilot; replaced Copilot Pro Oct 2025 | Highest consumer usage limits |
| M365 Copilot Business | $21/user/mo annual ($25 monthly) | Copilot in Word/Excel/Outlook/Teams + Researcher, Analyst | Orgs under 300 seats; add-on to a qualifying plan |
| M365 Copilot Enterprise | $30/user/mo | Full lineup, model choice, Cowork | Add-on to a qualifying Enterprise plan, no seat cap |
| Agent 365 | $15/user/mo | Governance & identity for AI agents | Add-on for organizations running agents at scale |
| Copilot Studio | $0.01/credit | Build & run custom agents | Usage-based; $200/mo per 25,000 credits packs |
| GitHub Copilot | Free · Pro $10 · Pro+ $39 · Max $100/mo | Individual coding agent across IDEs | AI Credits usage-based since Jun 1, 2026 |
| GitHub Copilot (teams) | Business $19 · Enterprise $39/user/mo | Team management, audit logs, IP indemnity | Pooled AI Credits included |
Copilot Pro’s old $20/month price is no longer for sale – Microsoft 365 Premium is its replacement for individuals. 1 AI Credit = $0.01, and premium models consume credits based on tokens. The table above reflects September 2026; confirm current numbers on Microsoft’s official pricing pages before budgeting.
Frequently asked questions
Heads-up:Copilot is less a single product than an umbrella brand Microsoft is still actively consolidating – it merged its own consumer and work apps into one as recently as August 2026. Plan names, model names, and prices change often across at least four separate pricing pages. The details above reflect September 2026. Check Microsoft’s official Copilot and Microsoft 365 pricing pages for current limits.