Forum Discussion
How do you delete app from macbook that won't delete from Launchpad
When an app icon remains in Launchpad after you've tried to delete it, it's usually because Launchpad's icon cache hasn't updated to reflect the app is gone . The Delete button (the "X") in Launchpad only appears for apps you've downloaded from the App Store.
Quick Fix to delete app from macbook that won't delete from Launchpad:
First, try these simple checks:
Empty the Trash: Make sure you have emptied your Mac's Trash after moving the app there.
Restart Your Mac: A simple restart can often resolve minor software glitches and force the system to refresh its directories.
Use Terminal to Refresh Launchpad:
If the quick fixes don't work, the most reliable method is to use the Terminal app to reset Launchpad's database. This process is safe and will not delete any of your files.
Open Terminal from your Applications > Utilities folder.
Copy and paste the following command exactly, then press Return:
defaults write com.apple.dock ResetLaunchPad -bool true;
killall DockThis command will reset the Launchpad layout and then restart the Dock. After a few seconds, Launchpad will close and reopen with all its icons refreshed, and the stubborn icon should be gone.