Microsoft has expanded Windows 11’s local AI capabilities to Nvidia GPUs, allowing language model APIs to run on non-Copilot+ PCs with supported GPUs—marking a shift from its original NPU-centric strategy. The change, confirmed in updated developer documentation and a GitHub post, enables text-based AI tasks like summarization and rewriting on devices with GeForce RTX 30-series GPUs or newer, bypassing the need for NPUs. This move broadens access to local AI but leaves key Copilot+ features locked behind hardware. Here’s what’s changed, what’s still missing, and why developers should pay attention.
Why Microsoft’s GPU Shift Matters: A Technical Breakdown
Microsoft’s decision to support Nvidia GPUs for Windows 11’s local language model APIs represents a tactical pivot. Previously, the company insisted on NPUs (Neural Processing Units) for on-device AI, a requirement that limited local AI to Copilot+ PCs launched in June 2024. Now, the company is leveraging GPUs—specifically Nvidia’s CUDA cores—as an alternative acceleration path for text-based AI tasks.
The core change lies in the Windows AI framework, which now allows the Windows.AI.Text APIs to offload computations to compatible GPUs. This is possible because modern Nvidia GPUs (RTX 30-series and newer) include Tensor Cores optimized for AI workloads. According to Microsoft’s updated documentation, the supported GPUs must have at least 6GB of VRAM—a threshold that excludes older or budget GPUs but includes most gaming and workstation cards.
Key technical details:
- The APIs now run on GPUs via CUDA, not NPUs, for text-based tasks.
- Phi Silica, Microsoft’s small on-device model (1.3 billion parameters), is downloaded via Windows Update when needed.
- GPU support is limited to the
Windows.AI.TextAPI layer; other Copilot+ features (like Recall) remain NPU-exclusive.
This isn’t just about performance—it’s about expanding the addressable market. As AnandTech notes, NPUs were a bottleneck: they required custom silicon (like Qualcomm’s Snapdragon X Elite) and limited adoption. By tapping into Nvidia’s installed base—estimated at over 100 million GPUs in Windows PCs—Microsoft is effectively democratizing local AI for developers without rewriting the hardware ecosystem.
The Phi Silica Model: Small but Mighty
At the heart of this change is Phi Silica, Microsoft’s lightweight on-device LLM. Unlike larger models (e.g., Llama 3 with 8B parameters), Phi Silica is optimized for efficiency, running on as little as 2GB of VRAM when quantized to INT4. According to a paper by Microsoft Research, the model achieves competitive performance on benchmarks like MMLU (a multi-domain knowledge test) despite its size.

Benchmark comparison (Phi Silica vs. other small models):
Phi Silica (1.3B): 60.6% MMLU accuracy, 2GB VRAM (INT4), 4.5ms latency on RTX 3090.Llama 2-7B: 58.4% MMLU, 4GB VRAM (INT4), 6.2ms latency.Mistral-7B: 62.1% MMLU, 4GB VRAM, 7.8ms latency.
The trade-off? Phi Silica sacrifices some generative capabilities for speed and efficiency. It excels at structured tasks (summarization, rewriting) but lags in creative or open-ended generation compared to larger models. This aligns with Microsoft’s focus on productivity tools over consumer-grade AI.
What’s Still Locked Behind NPUs—and Why It Matters
Not all of Windows 11’s AI features have made the jump to GPUs. Here’s what’s still NPU-exclusive:
- Windows Recall: The controversial feature that scans and indexes user activity remains tied to NPUs, citing “security and privacy” concerns over GPU-based memory access.
- Click to Do: AI-powered automation for UI interactions is NPU-only, likely due to real-time processing demands.
- Advanced Copilot+ integrations: Features like “AI-powered file search” or “smart suggestions” in Office apps are NPU-dependent.
Microsoft hasn’t clarified whether GPU support will expand to these features. But the omission isn’t accidental. NPUs offer hardware-level isolation for sensitive operations like Recall, which scans clipboard, screen, and document history. GPUs, by contrast, lack the same security guarantees—especially when shared with gaming or rendering workloads.
Expert perspective:
“This is a classic case of Microsoft prioritizing accessibility over security for non-critical AI tasks. GPUs are great for text processing, but Recall’s memory scanning? That’s a privacy minefield without NPU-level controls.” — Dr. Emily Chen, Cybersecurity Researcher at Imperva
For developers, this means asymmetric capabilities: GPU-powered text APIs are now available, but advanced Copilot+ features remain out of reach unless you’re on an NPU-equipped device.
How This Changes the Developer Landscape
Microsoft’s move is a double-edged sword for developers. On one hand, it opens up local AI to a broader range of hardware. On the other, it creates fragmentation in the ecosystem.
For indie and enterprise developers:
- Broader compatibility: Apps can now target PCs with Nvidia GPUs (e.g., gaming rigs, workstations) without requiring Copilot+ hardware.
- Lower entry barrier: No need to wait for NPU-equipped devices—just check for CUDA support.
- Performance trade-offs: GPU-accelerated Phi Silica will outperform CPU-only execution but may still lag behind NPU-optimized models for complex tasks.
For Microsoft’s ecosystem:
- Platform lock-in: Developers building for Windows AI are now tied to Nvidia’s CUDA ecosystem, reducing flexibility for AMD/Intel GPUs.
- Open-source tension: The move could accelerate demand for open-source alternatives (e.g., Ollama), which don’t require proprietary hardware.
- Enterprise adoption: Companies with existing Nvidia GPU infrastructure (e.g., data centers, workstations) can now deploy local AI without hardware upgrades.
Expert perspective:
“This is Microsoft playing the long game with developers. By supporting GPUs, they’re ensuring Windows stays relevant for AI workloads—even if it means ceding some control to Nvidia. But the lack of AMD/Intel support? That’s a missed opportunity for true hardware neutrality.” — James Carter, CTO at Neuralegion
Developers should also note that GPU support is not a drop-in replacement for NPUs. The Windows.AI.Text APIs require explicit integration with the Windows AI framework, and performance will vary based on GPU model, driver version, and CUDA core utilization.
What’s Next for GPU-Accelerated AI in Windows?
Microsoft hasn’t confirmed whether GPU support will extend to Recall or other NPU-dependent features. However, the company’s GitHub post hints at future expansion:

“We’re committed to expanding local AI capabilities across more hardware configurations. Stay tuned for updates on additional supported devices and APIs.”
Key questions remain:
- Will AMD and Intel GPUs get support? (Unlikely in the short term, given Nvidia’s CUDA dominance.)
- Will Phi Silica be replaced with a larger model for GPU users? (Probably not—efficiency is the priority.)
- When will end users see this in action? (Currently developer-only; no timeline for consumer rollout.)
One thing is clear: this is a developer-first move. Microsoft is betting that by making local AI accessible to more hardware, it will spur app development—and eventually, user adoption. The ball is now in the hands of developers to build the killer apps that justify the shift.
The Bigger Picture: Microsoft’s AI Hardware Strategy
Microsoft’s GPU pivot is part of a broader two-pronged AI hardware strategy:
- NPUs for premium features: Copilot+ PCs with NPUs get the full AI experience (Recall, advanced Copilot integrations).
- GPUs for mass-market accessibility: Non-Copilot+ PCs with Nvidia GPUs get basic local AI via Phi Silica.
This mirrors Nvidia’s own approach, where high-end AI workloads (e.g., large language models) run on GPUs, while edge devices use smaller, optimized models. By aligning with Nvidia’s ecosystem, Microsoft is effectively outsourcing hardware acceleration rather than competing with Qualcomm or Intel.
Antitrust implications? Some analysts argue this could strengthen Microsoft’s lock-in on Windows while favoring Nvidia over competitors. However, the lack of AMD/Intel GPU support may also face regulatory scrutiny—especially if Microsoft’s API design implicitly favors CUDA.
For now, the focus is on developer adoption. If enough apps leverage GPU-accelerated Phi Silica, Microsoft may face pressure to extend support to other hardware. But given the security constraints around Recall, a full GPU transition seems unlikely.
The 30-Second Verdict: Who Wins, Who Loses?
Winners:
- Developers: Broader hardware support means more users can test local AI apps.
- Gamers/Workstation users: No need for a Copilot+ PC to try basic AI features.
- Nvidia: Further cementing CUDA as the de facto standard for Windows AI.
Losers:
- AMD/Intel GPU users: Left out of the party (for now).
- Open-source advocates: Microsoft’s closed approach limits interoperability.
- Enterprise security teams: GPU-based Recall alternatives may raise compliance questions.
The bottom line: Microsoft’s GPU move is a smart tactical play—not a strategic overhaul. It expands local AI without alienating its Copilot+ hardware partners or rewriting the rules for NPUs. But the real test will be whether developers build compelling enough apps to justify the shift—and whether users care enough to upgrade their hardware.
One thing is certain: the chip wars just got more interesting.
Canonical source: Microsoft Enables Nvidia GPU Support for Windows 11 Local Language Model APIs | gHacks
Further reading:
- Windows AI GitHub Repository (Official documentation)
- Phi Silica Model Paper | Microsoft Research
- AnandTech: Microsoft Copilot+ and AI in Windows 11
- Qualcomm on On-Device AI (NPU vs. GPU comparison)
- Ollama: Open-Source Alternative to Phi Silica