Windows 11 power plans and screen timeouts are primarily device-wide, but per-user behavior can be approximated using separate configuration mechanisms and management tools.
On shared or multi-user devices, Intune and the Shared PC / Shared multi-user device configuration can centrally control power behavior, including when the device goes to sleep and related power features. In that model, the admin configures power settings at the device level and restricts what standard users can change. However, the configuration is still scoped to the device (or device group), not to individual users on the same PC.
For more granular power control (for example, different disk or display timeouts) Windows exposes power settings through:
- Group Policy / ADMX-backed policies (for example, the ADMX_Power policies such as
DiskACPowerDownTimeOut_2), which are computer-scoped in the documented CSP. - Provisioning and OEM customization via Windows Configuration Designer, using the
Common\\Powernamespace in a provisioning package. - The
powercfg.execommand-line tool, which manages power schemes and specific GUID-based settings at the system level.
These mechanisms are designed around device-level configuration rather than per-user screen timeout differences on the same machine. The documented Intune Shared multi-user device and SharedPC CSP features allow an admin to:
- Choose when the device goes into sleep mode.
- Enable or disable power management settings.
- Control access and account cleanup behavior on shared devices.
But they do not provide a supported way, in the provided documentation, to set one screen-timeout policy for the admin account and a different one for a standard user on the same Windows 11 Pro PC.
To manage power settings in a supported way on shared Windows devices, the recommended approach is to:
- Use Intune’s Shared multi-user device profile (for managed environments) to define consistent power behavior for all users on that device.
- For OEM or image-level customization, use Windows Configuration Designer and the
Common\\Powerprovisioning settings, orpowercfg.exe, to define the desired default power scheme for the device.
Per-user screen timeout differences on a single Windows 11 Pro PC are not covered as a supported configuration pattern in the referenced documentation.
References: