Tech News
← Back to articles

You can bring back Launchpad in macOS 26, but you shouldn’t

read original related products more articles

While macOS 26 is set to bring a whole new look and feel, three new apps, and a slew of new features, it does also remove a very old feature still loved by some: Launchpad.

Launchpad dates all the way back to 2010, and lets you see and organize all your Mac apps across a series of screens. There are two main reasons some people still use it today …

Two reasons to use Launchpad

First, if you regularly use a lot of different Mac apps, then keeping them all in the Dock can be a squeeze. Launchpad gives you more space to play with, and lets you organize them by category or occasion.

Second, many of use have little utilities we use only occasionally, but when we need them, we need them. The problem is, when you don’t otten use them, it can be hard to remember their names. Putting all these apps onto one Launchpad screen can be a handy way to ensure you can always find them when needed.

Unfortunately for Launchpad fans, Apple is removing it in macOS 26.

Here’s how to bring it back

Macworld notes that there is a way to re-enable it, using Terminal commands.

Open the Terminal app inside Applications > Utilities. Write the following command and hit Return: sudo mkdir -p /Library/Preferences/FeatureFlags/Domain Enter your Mac’s password and press Return (you must be logged into an admin account) Write the following command and hit Return: sudo defaults write /Library/Preferences/FeatureFlags/Domain/SpotlightUI.plist SpotlightPlus -dict Enabled -bool false Reboot your Mac

The site is careful to note the usual cautions about sudo commands: you’re telling your Mac you know you’re doing something that could screw up your machine and instructing it to let you do it anyway. Never use one unless you’re sure you know what you’re doing, and have up-to-date backups.

... continue reading