How to Sort the Icons in Launchpad Alphabetically

Update: This doesn't work on Mojave (Anyway to reset Mojave launchpad alphabetically?).

You can do this with terminal command:

defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock

This will arrange all apple stock/system applications on the first launchpad page in the default order. On the second, third etc. page all the other apps will be arranged alphabetically.

Source: Resolved – Is there anyway to sort the icons in Launchpad alphabetically? | MacRumors Forums

7 thoughts on “How to Sort the Icons in Launchpad Alphabetically”

  1. It separates the Apple applications and system applications but it doesn’t sort them alphabetically on Mac OS Big Sur v11.1.

  2. First, you can set your default Launchpad columns and rows with the following commands:
    Notes:
    1) If your icons are already sorted in a particular order, know that you will need to reorganize them from scratch afterwards.
    2) This will move the Apple icons to the first page and all the others to following pages but not in alphabetical order.
    3) Replace the X with your preferred numbers. I personally like 6 and 6, but you can try 10 and 8 or anything up to 24; the icons will get progressively smaller the larger the numbers you enter.
    Here are the commands:
    defaults write com.apple.dock springboard-columns -int X;
    defaults write com.apple.dock springboard-rows -int X;
    defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock

    Second, now that they are placed on the launchpad you can sort them alphabetically manually:

    You open the Launchpad, press and hold the fn key, select any app, the icons start to wiggle, you can drag the around with you mouse or trackpad. I personally keep my “favorites on the top row of the second page and then sort the others mostly by name but relegating the least used to the last/bottom.

  3. I know this thread is several months old but I’m running macOS Catalina 10.15.7 on MacBook Pro 2018, and I’ve found two ways to get Launchpad apps to display apps alphabetically. First method: If you right-click the Launchpad Icon on the dock it will list apps alphabetically in list form similar to the Windows Start menu. Second method: Open a Finder window, right-click on Applications in the side bar, select Add to Dock, click on the new Application Icon that was added to the dock and it will show the application icons in alphabetical order. The only difference in the two is that the 1st method shows a folder named “others” and the 2nd method shows the icon “utilities”, which both contain the same apps but have different folder names (weird), but the apps inside the “others”/”utilities” folder will also be in alphabetical order. Hope this is helpful, if so, please leave a reply.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top