How to Know Which Theme a Shopify Store Is Using?

If you’ve ever landed on a Shopify store and thought, “Wow — what theme is this?” you’re not alone. Maybe you want inspiration for your own store, maybe you’re researching competitors, or maybe you just want to see whether that sleek layout is something you can install with a few clicks.
Good news: in most cases, Shopify makes this discoverable.
Every Shopify theme leaves a kind of digital fingerprint inside the storefront. Those fingerprints live in the website’s HTML — the behind-the-scenes code that loads when you open a page. With a few simple checks, you can usually see the theme name, and sometimes even the exact listing in the Shopify Theme Store.
But there’s one important limitation: these methods only work on public, accessible stores. If the store is password-protected or locked behind maintenance mode, the theme information is hidden — and there’s simply nothing to detect.
Can You Always See Which Theme a Shopify Store Uses?
Short answer: no — but most of the time, yes.
How identifiers appear in the HTML
When a Shopify store loads, the platform embeds bits of theme information into the page’s source code. Inside that code, you’ll often find:
- the theme’s internal name (sometimes customized)
- a numeric theme ID that links back to Shopify’s Theme Store, if it’s an official theme
This is why manual inspection, browser extensions, and online detectors work at all — they’re all reading those same identifiers.
Why detection sometimes fails
Detection isn’t foolproof. It can fail when:
- the store uses a deeply customized theme
- the developer removes or rewrites identifying references
- the theme is completely custom and never existed in the Theme Store
- certain assets load differently than expected
In those cases, you might see “custom theme,” or the tools may simply return nothing.
Password-protected and private stores explained
When a Shopify store is password-protected, visitors never actually load the storefront theme. Instead, Shopify serves a temporary password page — meaning:
- no theme HTML is exposed
- no theme ID is available
- detectors have nothing to scan
So if you run checks and get zero results, it doesn’t always mean you’re doing it wrong — sometimes, the information just isn’t publicly visible.
Method 1: Check the Theme Manually in the Page Source

Step 1: Open the page source
First, you’ll open the raw code behind the page — the “view source” version of the storefront.
- On Windows (Chrome/most browsers): press Ctrl + U
- On Mac: press Cmd + Option + U
A new tab will open showing long lines of HTML and scripts. That’s where the theme details usually live.
Step 2: Search for key theme variables
Instead of scrolling forever, use the search tool inside the source page.
Press Ctrl + F (Windows) or Cmd + F (Mac), then search for:
- Shopify.theme
- theme_store_id
These are the clues that tell you which theme is running.
Step 3: Read what the code tells you
Right next to those variables, you’ll usually see JSON-style data.
Two fields matter most:
- schema_name — shows the theme name (though it may be renamed by the merchant)
- theme_store_id — a numeric ID that connects to the official Shopify Theme Store
Together, they reveal both the theme identity and where it originally came from.
Step 4: Match the ID to a known theme
Once you have the theme_store_id, you can compare it against public lists of Shopify theme IDs.
That’s how you discover themes like:
- Dawn
- Debut
- Stylescape
- Prestige
- Empire
If the theme_store_id shows null, that usually means the store is using a fully custom theme, not something downloaded from the Shopify Theme Store.
Method 2: Use Browser Extensions (Fast + Visual)

Sometimes you don’t want to dig into code. That’s where browser extensions make life easier.
Recommended extensions
These extensions are designed specifically to detect Shopify themes:
- Shopify Theme Detector (Meetanshi)
- Koala Inspector
- Shopify Inspector
All of them are free and available in major browser extension stores.
How to use them
Setup is simple:
- Install the extension from the Chrome or Firefox store
- Pin the extension icon to your toolbar
- Visit any Shopify store
- Click the extension icon to scan the site
The extension does the detective work automatically.
Most extensions instantly return:
- the theme name
- a link to the theme’s Shopify listing (if it’s an official theme)
- confirmation that the store is actually hosted on Shopify
Quick results and beginner friendly. perfect if you’re checking themes often.
Method 3: Use Online Shopify Theme Detectors
Popular tools
Some websites are built specifically to identify Shopify themes instantly. The most reliable options include:
How they work
These tools are simple and fully browser-based:
- Paste the store’s URL into the detector
- The tool scans the site’s headers, assets, and metadata
- It returns details such as:
- the theme name
- the theme vendor
- the link to the theme
No coding. No setup.
When this method is best
Online detectors are ideal when you:
- don’t want to install extensions
- only need a quick, one-time lookup
They’re fast, lightweight, and great for casual research.
Manual vs Extensions vs Online Detectors (Which Is Best?)
Each method has its own sweet spot.
Manual check: Most technical — and often the most accurate, especially when you need to read IDs directly.
Browser extensions: Perfect if you check themes regularly and want everything done with one click.
Online detectors: Fastest option when you just want a quick answer without installing anything.
When You Still Can’t Identify the Theme
Even with all three methods, sometimes detection simply isn’t possible. Common reasons include:
- the store is password-protected
- heavy customization removes or masks identifiers
- the site runs a fully custom theme that never existed in the Shopify Theme Store
In those cases, no tool can reveal information that isn’t exposed publicly.
Final Thoughts
Figuring out which theme a Shopify store uses is usually straightforward — and you’ve got three reliable approaches to do it:
- check the page source manually
- use browser extensions
- try online theme detectors
But remember: detection won’t work every time, and that’s normal.
Use these tools for inspiration and learning, not copying layouts or duplicating another brand’s entire design.
FAQ:
Can I really see what Shopify theme a store is using?
Yes — in most cases. Shopify themes leave identifiers in the site’s HTML, assets, or metadata. Using manual inspection, browser extensions, or online detectors, you can usually find the theme name and sometimes the theme’s Theme Store link.
Why can’t I detect the theme on some stores?
A theme may be impossible to detect when:
- the store is password-protected
- the theme is heavily customized
- identifiers were intentionally removed
- the store uses a fully custom-built theme
If the data isn’t publicly exposed, no tool can reveal it.
What’s the most accurate way to find a Shopify theme?
The manual page source method is generally the most precise.
Searching for Shopify.theme and theme_store_id gives direct theme information straight from the code — without relying on third-party tools.
Are online theme detectors reliable?
Yes — they’re reliable for most stores. They scan the site’s assets and metadata and usually return accurate results. But they can miss cases where identifiers are hidden or customized.
Do browser extensions work better?
Extensions are great if you check themes often. They’re fast, visual, and convenient — but they’re still reading the same code you could view manually, so they’re not magic.