Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

didgmd

macrumors newbie
Original poster
May 31, 2014
22
9
Seoul
Hi guys, I'm wondering if there is a way to sort the icons in Launchpad alphabetically. Please advise me. Thanks.
 
  • Like
Reactions: T-T

Janichsan

macrumors 68040
Oct 23, 2006
3,034
11,016
Hi guys, I'm wondering if there is a way to sort the icons in Launchpad alphabetically. Please advise me. Thanks.
Click on one icon, hold down the mouse button and wait till they start to jiggle. Drag the icons into alphabetical order.

Yeah, sorry, that's the only way to do it. *shrug* Launchpad is crap anyway. ;)
 

AtheistP3ace

macrumors 6502a
Sep 17, 2014
658
430
Philly
It would be awesome to have a fast way to do this. But I agree with previous poster I never use launchpad. Cmd+SB for me anytime i need an app quickly.
 
  • Like
Reactions: GenesisST

TobiasJW

macrumors newbie
Oct 2, 2015
18
10
Hi guys, I'm wondering if there is a way to sort the icons in Launchpad alphabetically. Please advise me. Thanks.

You can do this with this 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.

English is not my first language so be prepared for mistakes :)
 

didgmd

macrumors newbie
Original poster
May 31, 2014
22
9
Seoul
You can do this with this 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.

English is not my first language so be prepared for mistakes :)

The command really works. Thank you so much. :)
 

cig0

macrumors newbie
Nov 28, 2017
7
0
Sol System
Hi guys, I'm wondering if there is a way to sort the icons in Launchpad alphabetically. Please advise me. Thanks.
It shouldn't be, though; all they need to add is some very basic functionality that I'm sure it would be incredible easy to add:
  • Ability to sort the icons by the same criteria you can sort them in Finder
  • Ability to use smaller icons AND ability to show the icons in a list format -- wonderful to stop navigating through the different Launchpad screens
  • Ability to set a different background, for better contrast
How much could it take to a Jr. to implement these features, a week? Two? A month? Sometimes I have a hard time trying to understand the why behind some decisions :rolleyes:
 

Netsrfr

macrumors newbie
Mar 30, 2018
1
2
May be a change in High Sierra, but this no longer sorts applications alphabetically. Still separates the Apple applications onto the first page, but neither are sorted.
If anyone finds a work around let me know, and if I run into one myself I'll update.

You can do this with this 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.

English is not my first language so be prepared for mistakes :)
 

mathepac

macrumors newbie
Sep 18, 2017
21
9
Kilkenny, Ireland
I found it worked in a limited way.

Yes it isolated Apple apps to page 1, unsorted, but the 3rd party stuff gets sorted on pages 2 and 3 (in my case) It's certainly easier than manually sorting the 3 pages. I moved FileMaher Pro Advanced to page 1. A useful little script, thank you @TobiasJW
 

teqteq

macrumors newbie
Oct 31, 2016
3
1
I found a more useful option, more akin to the Windows Start menu. Just drag your Applications folder onto the Dock, so it becomes a Stack, and you've got every app in alphabetical order.

Anyone know if I can add a keyboard shortcut to a Stack?
 

Attachments

  • Screen Shot 2019-08-17 at 21.53.13.png
    Screen Shot 2019-08-17 at 21.53.13.png
    377 KB · Views: 2,558
  • Like
Reactions: T-T

Giles Hudson

macrumors newbie
You can do this with this 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.

English is not my first language so be prepared for mistakes :)
.
Tobias sir, you are a star. This worked for the OS Catalina just now, insofar as it binned all broken icons, moved all Apple apps to page 1 and then sorted all of the others following on from that. Thank you
 
  • Like
Reactions: gank41

Alex Metz

macrumors newbie
Jul 24, 2020
1
1
Montréal
Ability to use smaller icons AND the ability to show the icons in a list format -- wonderful to stop navigating through the different Launchpad screens

This is a pretty old thread, but if it can be useful to someone. In fact, the option of using bigger or smaller icons already exists. Before you try it though, be aware that when you run the command in terminal, it resets your launchpad altogether. If your icons are already sorted in a particular order, know that you will need to reorganize them from scratch afterwards.

If you wish to go ahead and try it, open a terminal window and here are the commands. You can pick any number of rows and columns that best suits your need and your screen dimensions. There is a maximum superior value though, but I can't remember what it is precisely. Something around 25-30 rows or columns max.

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


You only have to replace the X variables by the number of columns and rows you wish to have respectively.

I personally use a 10 x 7 grid, so 70 icons per page for which you would write:

defaults write com.apple.dock springboard-columns -int 10;
defaults write com.apple.dock springboard-rows -int 7;
defaults write com.apple.dock ResetLaunchPad -bool TRUE;killall Dock


Depending on the computer model and in accordance with screen size and resolution, the number of rows and columns by default is not the same for all Macs. Make sure you take a note of what's the default on your Mac in case you ever want to revert the changes you've made. You use the same command in order to do that and replace the variables with the size of your original grid.

Hope that helps.
 
  • Like
Reactions: anika200

danielmegson

macrumors newbie
Dec 1, 2020
2
0
Thanks for this, I'm a very infrequent mac user but picked one up for lightweight working OTG. This is a REALLY frustrating missing feature that should JUST EXIST.
 

alexandros_ch

macrumors newbie
Oct 1, 2021
1
0
Hi!
Is there a way to sort alphabetically the apps in the launchpad menu (I mean, when I right click the icon Launchpad in the dock) with the letter A on the top instead of at the bottom, please?
 

Adroitcyber

macrumors newbie
Dec 14, 2022
1
0
After following Alex Metz' guidance on organizing the Launchpad from the terminal commands, you can sort them manually:
Note: confirmed on Monterey

Open the Launchpad, press and hold the fn key, select any app and hold it until the icons start to wiggle, you can then drag them around with you mouse or trackpad while continuing to hold down the fn key. 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.
 

tgibby1021

macrumors newbie
Sep 13, 2023
1
0
I know this thread is old but I'm running Catalina and I've found two ways to get Launchpad 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 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", both contain the same apps but have different names, but the apps inside will still be in A-Z order. Hope this is helpful, if so, please leave a reply.
 

JessicaFEREM

macrumors newbie
Oct 4, 2020
3
-1
North Carolina, USA
Hi guys, I'm wondering if there is a way to sort the icons in Launchpad alphabetically. Please advise me. Thanks.
there's a much better version of the launchpad. go into finder and drag and drop the application folder into the dock. you can sort it any way you want just by right clicking. then drag launchpad out of the dock.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.