To find archived emails with no labels in Gmail, combine has:nouserlabels with exclusions for Inbox, Sent, Chat and Draft. Paste the query below into Gmail's search box.
Find archived Gmail messages without labels
# Gmail: show all archived emails with no labels has:nouserlabels -in:inbox -in:sent -in:chat -in:draft # Gmail: show all emails in your inbox with no labels has:nouserlabels in:inbox
has:nouserlabels means the message has no labels created by the user. Gmail system labels are treated differently, which is why the query explicitly excludes Inbox and Sent.
Review the matching messages
- Inspect several conversations to confirm the result set.
- Apply a label if you want to organize the messages.
- For bulk actions, select all conversations matching the search, not only the visible page.
Useful search variations
has:nouserlabels -in:inbox older_than:1y
has:nouserlabels -in:inbox has:attachment
Google lists label, location and date filters in its Gmail search-operator reference.

Comments