WindowsActiveUpdated Aug 24, 2026

Windows Task Manager Gains NPU and GPU Neural Engine Columns

The enhancement, detailed in Microsoft Message Center post MC1457685, lets admins and developers confirm whether AI workloads land on NPU or GPU neural engines instead of silently falling back to the CPU.

Emanuel De AlmeidaAug 24, 2026, 8:32 PM7 min read
Priority
Low
Status
Active
Entity
Microsoft
Confirmed by
Microsoft Windows IT Pro Blog and Microsoft 365 Message Center post MC1457685

Microsoft has updated Windows Task Manager to expose per-process NPU and GPU neural engine activity, according to a Windows IT Pro Blog post and Microsoft 365 Message Center item MC1457685. The change means the Processes tab, which previously only showed CPU and standard GPU usage, now surfaces neural processing unit (NPU) and GPU neural engine data on supported newer devices, with the Performance tab showing overall utilization.

The addition gives IT pros, developers and power users a built-in way to confirm whether AI workloads are actually running on dedicated AI silicon or silently falling back to the CPU, a distinction that affects troubleshooting, model validation and battery life on AI PCs.

Key takeaways

  • Task Manager's Processes and Performance tabs now show per-process NPU and GPU neural engine activity on some newer devices.
  • The enhancement shipped in the May and June 2026 non-security updates, per Microsoft Message Center post MC1457685.
  • IT pros can use the new columns to troubleshoot performance issues tied to AI-enabled apps on helpdesk tickets.
  • Developers can check whether AI models land on the intended NPU or GPU neural engine or silently fall back to CPU compute.
  • Microsoft rates the change as low admin and user impact, with no required configuration action.

Affected

Vendors
Microsoft
Products
Windows Task ManagerWindows 11
Geography
Global
Industry
Information Technology

What did Microsoft change in Task Manager?

Per-process activity for the neural processing unit and the GPU's dedicated neural engine now appears on the Processes tab, alongside the familiar CPU and standard GPU columns, according to Microsoft's Windows IT Pro Blog post on the feature. The Performance tab adds matching overall utilization views for NPU and GPU neural engine, so admins can watch live usage graphs the same way they already do for CPU, memory, disk and network.

Microsoft says the underlying columns became available on some newer devices as part of the May and June 2026 non-security updates, per Message Center post MC1457685, which had a release start date of August 19, 2026. The company distinguishes standard GPU compute from GPU neural engine, describing the latter as dedicated AI matrix hardware built into the newest graphics processors rather than the rendering pipeline used for graphics workloads.

How do the new columns work?

On the Processes tab, admins right-click the column header area and select NPU, NPU engine, GPU, or GPU engine to add them to the view. The Details tab offers a similar Select columns option, plus optional Dedicated NPU memory and Shared NPU memory columns for tracking model weight allocation, according to the Windows IT Pro Blog walkthrough. On the Performance tab, selecting NPU or GPU from the left-hand list, or right-clicking the graph and choosing View, brings up dedicated live utilization charts.

  • NPU engine values appear as NPU, Compute or NPU, Neural when a workload is actively using the NPU.
  • GPU engine values appear as GPU, Neural when a workload uses the GPU's dedicated AI matrix hardware.
  • A workload stuck at 0% NPU with no NPU engine value, while CPU or standard GPU usage climbs, indicates a fallback to general compute.

Who benefits from this visibility?

Microsoft frames three main audiences for the feature in its Message Center post. IT professionals supporting helpdesk tickets can use the Processes and Performance tabs to see exactly how a background task interacts with processing engines when a user reports a problem with an AI-enabled app. Developers building on frameworks such as ONNX Runtime or Windows DirectML can confirm whether their execution provider bindings actually reach the NPU or GPU neural engine, since drivers can silently fall back to a higher-overhead pipeline on an unsupported data type or driver mismatch.

Power users get a simpler benefit: understanding why an app drains battery faster than expected. Microsoft's blog post contrasts a CPU-and-standard-GPU execution path, which it describes as capable of draining a battery in about two hours under heavy load, against an NPU-and-neural-engine path that uses far less power for the same AI task.

Why does this matter for IT teams?

As AI-capable hardware spreads across the Windows fleet, IT teams have lacked a built-in way to confirm that AI-enabled line-of-business apps and vendor agents actually use the dedicated silicon vendors advertise. Microsoft's Message Center post rates both admin impact and user impact as low, and states the change requires no configuration action or service disruption, since it is a visibility addition rather than a behavioral change to any workload.

For example, an IT helpdesk investigating a complaint about a slow AI transcription tool can now open Task Manager's Processes tab, add the NPU and NPU engine columns, and see within seconds whether the app is running on the NPU or has fallen back to the CPU. That kind of on-device check previously required specialized profiling tools instead of a built-in system utility.

What should admins and developers do next?

Microsoft's recommendation is straightforward: explore the new Task Manager metrics to evaluate application performance, troubleshoot resource bottlenecks, and understand how devices use AI-capable hardware, per the Message Center guidance. No compliance considerations are identified for this change, and Microsoft did not flag any required rollout action beyond reviewing the linked Windows IT Pro Blog article for use-case guidance.

No action required

Microsoft classifies this as a low-impact visibility enhancement; IT teams do not need to change configurations, but can use the new columns to validate AI workload placement on supported devices.

What comes next for AI visibility in Windows?

Microsoft describes the current Task Manager additions as a foundation rather than a finished feature set, noting in its blog post that these capabilities provide a base for future hardware innovation across the Windows ecosystem. Microsoft's available materials do not detail specific further Task Manager or Performance Monitor additions beyond the NPU and GPU neural engine columns covered in this rollout.

Because the feature depends on newer NPU-equipped silicon and driver support, availability varies by device, and the available Microsoft materials reviewed do not include a full list of qualifying hardware. IT teams standardizing on AI PCs should confirm on a device-by-device basis whether the NPU, NPU engine, and neural engine columns appear before relying on them for fleet-wide troubleshooting.

Timeline

May 1, 2026
NPU and GPU neural engine columns begin rolling outMicrosoft states the Task Manager enhancements became available on some newer devices starting in the May and June 2026 non-security updates.
Aug 19, 2026
Message Center post MC1457685 publishedMicrosoft added the item to the Microsoft 365 Message Center, describing the rollout and pointing to a new Windows IT Pro Blog article with usage guidance.
Aug 20, 2026
Message Center entry last modifiedMicrosoft's Message Center record for the feature shows a last-modified date, with status marked as Launched.

Impact & actions

The update gives IT staff, developers, and power users native visibility into whether AI workloads use the NPU or GPU neural engine instead of silently falling back to CPU or standard GPU compute.

Recommended actions

  1. 1Add the NPU, NPU engine, GPU, and GPU engine columns to Task Manager's Processes or Details tab to audit AI workload placement
  2. 2Developers using ONNX Runtime or DirectML should check for CPU fallback caused by driver mismatches or unsupported data types

Response

Vendor

Microsoft's Windows IT Pro Blog states the new columns let IT pros, developers, and power users see exactly how background tasks interact with the CPU, GPU, and NPU processing engines.

Customer guidance

Microsoft recommends exploring the new Task Manager metrics to evaluate application performance, troubleshoot resource bottlenecks, and understand how devices use AI-capable hardware; no configuration change is required.

Patch / advisory

Updates

Aug 19, 2026Microsoft publishes MC1457685

Microsoft added the Task Manager AI workload visibility item to the Microsoft 365 Message Center with a companion Windows IT Pro Blog article.

FAQ

Which Task Manager tabs show NPU and GPU neural engine activity?

The Processes and Details tabs show per-process NPU, NPU engine, GPU, and GPU engine columns, while the Performance tab shows overall NPU and GPU neural engine utilization graphs.

When did the NPU and GPU neural engine columns roll out?

Microsoft says the Task Manager enhancements became available on some newer devices in the May and June 2026 non-security updates, per Message Center post MC1457685.

How can I tell if an AI workload is falling back to the CPU?

If the NPU column stays at 0%, the NPU engine column remains blank, and the GPU engine column shows no neural engine activity while CPU or standard GPU usage rises, the workload is falling back instead of using dedicated AI hardware.

What do the NPU, Compute and NPU, Neural labels mean?

Both labels in the NPU engine column indicate that on-device AI acceleration is actively running on the NPU; the exact label shown depends on the processor and driver version.

Do I need to configure anything to see the new columns?

No. Microsoft classifies this as a visibility enhancement with low admin and user impact; users just need to add the relevant columns via the column-selection menu in Task Manager.

Why does Dedicated vs. Shared NPU memory matter?

Rising Shared NPU memory usage signals that a workload's Dedicated NPU memory pool is full and allocations are spilling into system memory, which can reduce AI performance.

The bottom line

Microsoft added per-process NPU and GPU neural engine columns to Windows Task Manager, documented in Message Center post MC1457685 and a Windows IT Pro Blog article.

What happens next

Microsoft describes the current capabilities as a foundation for future hardware innovation across the Windows ecosystem, suggesting additional AI-hardware visibility could be built on top of these columns over time.

What to do

Add the NPU, NPU engine, GPU, and GPU engine columns in Task Manager's Processes or Details tab to check AI workload placement on supported devices.

Reader reviews

Rate this articleBe the first to rate
No written reviews yetRate the article above, or be the first to share your experience.

Related articles