How do I permanently remove Recently Saved bookmarks from the Safari sidebar in MacOS Tahoe?

There appears to be no way to remove these Recently Saved bookmarks from the Safari sidebar in the latest MacOS Tahoe. Worse still, the preview bookmarks appear as large image icons (see attached image), which are also impossible to remove. Any advice on this would be greatly appreciated.


[Edited by Moderator]

MacBook Pro 14″, macOS 26.0

Posted on Sep 21, 2025 1:04 AM

Reply
Question marked as Top-ranking reply

Posted on Sep 22, 2025 6:43 AM

I figured it out. The "Recently Saved" section lists sites in your "Reading List". Go to View -> Show Reading List Sidebar. There you can delete items. When all have been deleted, the Recently Saved section is gone.


I didn't even know I had added items to a reading list. But, they're gone now and I'm happier.

103 replies

Oct 4, 2025 2:30 PM in response to James Waterston

The latest update seems to prevent any workarounds, other than editing the Bookmarks.plist directly.


This is somewhat dangerous, although this will make a backup you can restore. You need to open terminal and make sure it has Full Disk Access under System Settings > Privacy and Security > Full Disk Access


Close Safari and run each command


# backup bookmarks
cp -p ~/Library/Safari/Bookmarks.plist ~/Desktop/Bookmarks.plist.backup

# convert to xml
plutil -convert xml1 ~/Library/Safari/Bookmarks.plist -o ~/Desktop/Bookmarks.xml

# remove all dateAdded
sed -i '' '/<key>dateAdded<\/key>/{N;d;}' ~/Desktop/Bookmarks.xml

# convert back to binary
plutil -convert binary1 ~/Desktop/Bookmarks.xml -o ~/Library/Safari/Bookmarks.plist


Then restart Safari and all recently added should be gone. If there is an issue then


# restore backup
cp -p ~/Desktop/Bookmarks.plist.backup ~/Library/Safari/Bookmarks.plist





Nov 19, 2025 8:04 AM in response to James Waterston

I figured out an easy workaround (until Apple fixes it):

  1. Open Safari.
  2. Click Edit Bookmarks in the top menu.
  3. Click New Folder button in the top right corner of the window.
  4. Create a folder called "My Bookmarks" which will appear in the left column of the Edit Bookmarks window.
  5. Drag all of your existing bookmark folders into your new "My Bookmarks" folder (and sort as you like).
  6. Go to the Bookmarks sidebar and click on your new "My Bookmarks" folder.


You can click the back "<" arrow at the top of the bookmarks sidebar to go back to seeing those two gigantic "Recently Saved" bookmark icons above three sections: "Favorites", "Tab Group Favorites" and your new "My Bookmarks" folder.


It works!

How do I permanently remove Recently Saved bookmarks from the Safari sidebar in MacOS Tahoe?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.