The layout choice between More pins / Default / More recommendations in Start is controlled by a registry setting. If that UI toggle disappeared and the layout reverted, the underlying value was likely reset by an update, a policy, or another configuration tool.
The layout mode is stored here:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
Value:
- Start_Layout (REG_DWORD)
-
0 = Default
-
1 = More Pins
-
2 = More Recommendations
To restore “More pins” behavior:
- Open Registry Editor (regedit.exe).
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
- Locate Start_Layout.
- If it does not exist, create a new DWORD (32-bit) Value named
Start_Layout.
- Set its value to:
-
1 (hex or decimal) for More Pins.
- Sign out and sign back in, or restart Explorer / the PC.
If the setting keeps reverting or the UI toggle remains missing, check whether:
- A Start layout policy is being applied (for example via Group Policy or MDM/Intune) using a JSON layout. When such a policy is active, it can override user Start layout behavior and reapply a configured layout at each sign-in.
- A provisioning package or management policy is configuring Start via the Start Policy CSP.
For unmanaged home systems, the most common fix is simply setting Start_Layout back to the desired value and rebooting. If the value changes again after a reboot, that indicates some policy or tool is reconfiguring Start.
References: