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.

58 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 13, 2025 2:51 PM in response to James Waterston

They're distracting, irritating, unnecessary and compromise privacy if you share your workspace, AND there isn't any way to get rid of them permanently. However, what you can do is click on 'Bookmarks Menu' which will give you just the simple list of folders without the 'Recently Saved' large coloured icons at the top. You can just leave it like that if you just want to access bookmarks on a regular basis and not keep switching to other items. Not perfect, but probably best you can do?


The preview bookmarks appearing as large image icons is an easy matter to solve however – just click on the 3 dots at the top right of the sidebar and tick "Compact" instead of "Large".

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!

Nov 2, 2025 4:28 AM in response to James Waterston

The only way I figured to AVOID this irritation is to create bookmarks on your iPhone or iPad. Then when they sync to your Mac via the iCloud, you have your bookmarks saved where you want them in your bookmarks and any sub folders. Recently saved does NOT appear in the side bar on the Mac.


I hope that Apple listen to users, I mean if the user creates a bookmark they will be saved in to a location they specify. They do NOT need a massive Icon at the top of the Bookmark side bar to remind them they saved a bookmark. A very bad design feature IMHO!


The other alternative is of course (don't use the sidebar) and just use your bookmarks menu!

Oct 3, 2025 6:34 AM in response to James Waterston

I have an even better solution: switch to DuckDuckGo. Safari is just a mess right now. I'm a long time user and Apple seems to think that change means better. It doesn't. The straw that broke the camels back for me, was opening up my bookmark folders to see that every site and now not only has a name or website address and a description. Did they design this for someone who is on the spectrum? Apple solution to this? Go in and edit every single one. Well Apple, I have 463 bookmarked sites and I'm not going to do that. I switched to a different browser and couldn't be happier.BTW... I was able to export my Safari bookmarks in the old style, just the names of the saved sites. Apple continues to disappoint me.

Oct 7, 2025 9:13 AM in response to James Waterston

Solution: download DuckDuckGo. No reading list, no recently saved, no bookmarks that aren't really bookmarks but are rather synopses of web sites. Apple: you're losing me (and millions like me). Can only think this new Safari layout was created by those highly on the spectrum. The real bite and soooo unApple like?....no customization is possible. See ya bye Safari!

Oct 18, 2025 7:22 AM in response to James Waterston

so not so much a fix, but when I open safari, I just click on favorites in the side bar and then it just shows me my stuff... the ugly saved thing goes away... just have to deal with it when I open new windows. Trying to get it to open new windows and open Favorites in the sidebar but haven't figured it out yet... maybe some clever editing of a plist, but I need to work on that when I have more time.

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.