A Shopify merchant is unable to filter products that have no category assigned in the admin products view. The existing “Uncategorized” filter only shows products explicitly tagged with that category, not products lacking any category assignment.
Desired functionality:
A filter option to display products with empty/null category fields
Purpose: to identify and assign categories to uncategorized products
A screenshot illustrates the proposed filter behavior
Suggested workarounds (deemed inadequate):
Using tags like “uncategorized” - requires manual tagging without a reliable automation trigger
Creating a collection - not possible since collections use the same category selector
Exporting products or using Shopify API - considered workarounds rather than solutions
Status: The issue remains unresolved. The original poster also references related problems with category metafields in Shopify Flow. No native solution exists for this filtering need within the Shopify admin interface.
Summarized with AI on October 28.
AI used: claude-sonnet-4-5-20250929.
In the Shopify admin, in the products view, there is a filter for category. I want to filter by products that do not have any category assigned. This does not appear to be possible. Note that selecting “Uncategorized” does not work for this. Instead, it shows those products that have the category “Uncategorized.”
Not sure if this is considered expected behavior or not from Shopify’s end, but in any case from a user perspective I would expect to be able to filter to show products without a category. The reason I want to do that is naturally so that I can fill out those missing categories.
That’s not possible to create a collection for products that don’t have a category, because the collections use the same category selector list as the products page.
Also, manually adding and removing tags for this doesn’t seem like a very good solution, and I can’t think of a reasonable way to do it with Shopify Flow either, since there’s no “Product Updated” trigger.
Plus, even if either of those options did work, they would be quite the workaround just to be able to add another filter option to the products page.