Skip to content
Join readers who trust AllThings.How for practical guides Opens in a new tab

How to enable the resizable Start menu on Windows 11 (Insider)

How to enable the resizable Start menu on Windows 11 (Insider)

Windows 11 is gaining real control over the Start menu for the first time since the operating system launched. A redesigned version adds three size choices, lets you independently show or hide the Pinned, Recent, and All sections, and even hides your name and profile picture. The changes arrive with build 26300.8553 in the Experimental Channel for Windows Insiders, though they don't always switch on automatically.

Quick answer: On build 26300.8553, open Settings > Personalization > Start and pick Automatic, Small, or Large under Start menu size. If that option is missing, run vivetool /enable /id:61754985,61225604,61596616,61596617,61596618,61596619 in an elevated Command Prompt and restart.

What the new Start menu size and customization settings change

The redesign keeps the three familiar sections but gives each one its own switch. You can now turn Pinned, Recent, and All on or off in any combination, including leaving the menu nearly empty. Microsoft also renamed the old "Recommended" section to "Recent," which surfaces recently opened files and newly added apps in something closer to real time.

On top of that, a Start menu size control adds preset layouts. The Automatic option scales the menu to your display, which is why it often feels oversized on smaller screens. Small shrinks the footprint, while Large keeps the expanded look. There's no free-form dragging like Windows 10 offered, so you're choosing between fixed presets rather than any custom dimension.

SettingOptionsEffect
Start menu sizeAutomatic, Small, LargePicks a preset footprint; applies instantly
PinnedOn / OffShows or hides pinned apps
Recent (formerly Recommended)On / Off, apps and/or filesShows recently added apps and opened files
AllOn / Off, Grid or List viewShows or hides the full app list
Name and profile pictureOn / OffHides your account details from the menu

These settings are part of Microsoft's broader Windows K2 push to address long-standing complaints. Changes apply right away, so you don't need to sign out or reboot just to switch sizes.


Change Start menu size in Settings

If your PC already has the redesign, the native controls are the simplest route. No tools or downloads are needed.

Step 1: Open Settings with the Win + I shortcut.

Step 2: Select Personalization in the left pane, then click the Start page on the right.

Step 3: Under Layout options, open the Start menu size drop-down and choose Automatic, Small, or Large. The menu resizes immediately.

Start menu new settings
The redesigned Start settings page with size and section toggles.

From the same page you can flip the Pinned, Recent, and All toggles, switch All apps between Grid and List view, and turn off the name and profile picture.


Enable the new Start menu with ViveTool

When the redesign hasn't appeared on a supported Insider build, you can flip the hidden feature flags manually. This works on the Experimental Channel where build 26300.8553 is rolling out.

⚠️
These feature IDs change frequently. Once Microsoft fully integrates the redesign, the codes stop working. Only enable experimental flags if you're comfortable testing Insider builds.

Step 1: Download the latest ViveTool release from the ViVe GitHub releases page. Grab the ViveTool-vx.x.x.zip file.

Step 2: Double-click the zip to open it in File Explorer, then click Extract all.

Extract ViveTool zip file

Step 3: Choose a destination, click Extract, and copy the path to the extracted folder.

Extract ViveTool zip file

Step 4: Open Start, search for Command Prompt, right-click the top result, and pick Run as administrator.

Step 5: Move into the ViveTool folder by typing the command below, swapping in your own path.

cd c:\folder\path\ViveTool-v0.x.x

Step 6: Enable the feature flags by running this command.

vivetool /enable /id:61754985,61225604,61596616,61596617,61596618,61596619

Step 7: Restart the computer so the changes take effect. After signing back in, the size and section controls appear under Settings > Personalization > Start.

To roll the change back, repeat the same steps but swap the enable command for the disable version.

vivetool /disable /id:61754985,61225604,61596616,61596617,61596618,61596619

Set the Start menu size with a registry file

Once the redesign is active, you can also switch sizes by writing a single registry value. The size lives under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start as a DWORD named StartMenuSize.

SizeStartMenuSize value
Automatic (default)00000000
Small00000001
Large00000002

A small .reg file applies the value without opening the registry editor by hand.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Start]
"StartMenuSize"=dword:00000001

Save the text as a .reg file, double-click it, and approve the prompts to merge. If Smart App Control is enabled, unblock the file first. Change the final digit to 0 or 2 to match the size you want.


How to confirm it worked and why it may not appear

You'll know the feature is live when a Start menu size drop-down shows up under Layout options in Settings, alongside separate toggles for Pinned, Recent, and All. Switching to Small visibly shrinks the menu the moment you select it, and the Recommended label is replaced by Recent.

If nothing changes after the ViveTool command, check the most common causes:

  • Your PC isn't on build 26300.8553 in the Experimental Channel, where these changes are rolling out.
  • The feature IDs have already been retired because Microsoft merged the redesign into a later build.
  • You skipped the restart, so the flags haven't loaded yet.

Microsoft has confirmed the size and customization controls will expand to all Windows 11 users through the Insider Program before reaching stable builds later this year. Until then, the native Settings option is the safest path, with ViveTool and the registry file reserved for those already running experimental builds.