What is this large clickable question mark in Finder window?

19,169

Solution 1

You probably dragged/dropped an application or any other file there, and deleted it in the meantime.


To find out what the item was, right-click the toolbar and select Icons & Labels to display toolbar labels. It should display the file name of the document or application you put there.

To find out the exact file path, open Terminal and enter the following, substituting name by whatever was displayed as label in the previous step:

defaults read com.apple.Finder | grep "name"

It will look somewhat like this:

$ defaults read com.apple.Finder | grep "LaunchBar"
"_CFURLString" = "file:/localhost/Users/danielbeck/Applications/LaunchBar.app";

To get rid of the toolbar item, just right-click it and select Remove Item, or hold Cmd and drag it from the toolbar.

Solution 2

I had the same issue for months. With the above answers I could fix it in two steps.

Step 1. Right-click on the Toolbar and select Icon & Text Then, it shows the name of the file or application for that Question Mark.

Step 2. Command + Drag the Question Mark out of the toolbar to remove it.

Solution 3

Now it looks like you need to hold: option + command and click; in order to drag it off of the finder window.

Share:
19,169

Related videos on Youtube

stimpy77
Author by

stimpy77

I am a software and web developer, architect, and tinkerer, with particular strengths on the Microsoft platform.I am not biased for or against any platform or software stack except to follow the trends and to exercise the skills I already have. I generally know how to recognize "religious dogma" and tension when I sense it. Outside of all of this, I am also a PC gamer and motorcyclist. In the past I tinkered with music and video production. I am a Christian.

Updated on September 18, 2022

Comments

  • stimpy77
    stimpy77 over 1 year

    All of my Finder windows show this big huge question mark, it doesn't matter which drive or directory I'm in. If I click on the question mark, it says, "The item can't be found". What is this image supposed to be, and how do I fix the error?

    image of strange question mark

  • stimpy77
    stimpy77 about 13 years
    Thanks. I didn't realize that anything could be added to the Finder windows' toolbars.