How to See What Apps Any Shopify Store Uses (Free, 2026)

TL;DR: You cannot see another Shopify store’s installed-app list in the admin, but the apps give themselves away in the page. Three free ways to see them: paste the URL into a Shopify app detector, view page source and search for app script domains, or use a browser extension like Wappalyzer or Koala Inspector. Then check which apps are the heaviest, because the app stack, not the theme, is usually what makes a store slow.

Shopify App Store apps with their monthly pricing, the third-party apps a store loads on every page

The first thing I open on a Shopify audit is not the theme. It is the app stack. In more than 100 audits the pattern holds: the store that feels slow is running 15 to 30 apps, each injecting a script the owner forgot was there. Whether you are sizing up a competitor or auditing your own store, the starting question is the same, what apps is this store actually running, and the answer is hiding in plain sight in the page.

Why what apps a store uses actually matters

Every Shopify app you install does something on the storefront, and most do it with third-party JavaScript. A reviews app loads a widget script. A popup app loads a builder. A page builder loads its runtime. A pixel loads a tracker. On the first, uncached visit, all of that JavaScript competes for one main thread on a mid-tier phone while your shopper stares at a white screen.

That is why the app list is the first read. It tells you, before you touch a line of Liquid, where the weight is. For a competitor it tells you their playbook: which reviews app, which upsell app, which email tool. For your own store it tells you what to cut. The theme gets blamed for slow Shopify stores far more than it deserves; the app stack is the usual culprit.

How do I see what apps a Shopify store uses?

There is no button in Shopify that reveals another store’s apps, because Shopify keeps a merchant’s installed-app list private. So every method reads the public page instead. Here are the three that work, fastest first.

Method 1: paste the URL into a Shopify app detector

The quickest way is a tool that fetches the page and matches the scripts against a library of known apps. Drop in any product or home page URL and it returns the apps it finds. My Shopify app detector goes a step further than a plain list: it estimates the blocking time each app adds and its typical monthly price, so you see not just what is installed but what it costs the page and the invoice.

Run the free Shopify app detector

The advantage of a paste-a-URL detector is that it installs nothing, works on a locked-down work laptop, and reads the same cold load a real first-time visitor gets.

Method 2: view the page source and read the app signatures

If you want to see the raw evidence, open the store, press Ctrl+U (Cmd+U on Mac) to view the page source, and search (Ctrl+F) for the script domains apps leave behind. Each app has a signature:

  • Reviews: static.klaviyo.com is email, judge.me, loox.io, okendo, yotpo are reviews.
  • Popups and upsells: privy, justuno, rebuy, wisepops.
  • Page builders: shogun, gempages, pagefly.
  • Analytics and pixels: googletagmanager.com, hotjar, clarity.ms, connect.facebook.net.

Find the domain in the source and you have found the app. It is slower than a tool and you need to know the signatures, but it is undeniable proof and it costs nothing. This is also how the detectors work under the hood; they just match hundreds of signatures for you.

Method 3: use a browser extension

A middle path is a browser extension that reads the page for you. Wappalyzer is a general technology detector that catches many Shopify apps along with the theme and framework. Koala Inspector is a Shopify-specific extension that names the apps and theme a store runs. Both are free for basic use. The trade-off is that you have to install them, and an extension sees only the page you are on, not a cold load measured against Google’s thresholds.

How to check what apps your own store uses

For your own store, the admin looks like the answer and is not the whole one. Settings, then Apps and sales channels lists every installed app. That is the billing view. It does not tell you which of those apps injects a render-blocking script on your product page, and it happily lists apps you stopped using that are still loading their JavaScript on every visit, the classic orphaned-script problem I find in most audits.

To see the storefront cost, not the billing list, run your live URL through the app detector and read the blocking time column. That is the difference between knowing you have 22 apps and knowing which 4 of them are eating your Core Web Vitals.

Which of the apps is actually slowing the store down?

Once you have the list, count is the wrong metric. Blocking time is the right one. One well-built app that defers its script costs almost nothing; one badly-built app can add half a second of main-thread work on its own. Most CRO advice gets this backwards and tells you to just cut apps, when the real move is to measure cost per app and cut the heaviest.

To see the app-by-app cost on a real cold load, the first-visit scan renders the page frame by frame and attributes the blocking time to each app, and the wider mechanism, why third-party scripts wreck INP and how to defer them, is in my note on deferring third-party scripts.

What to do once you know

Knowing the list is step one. The fixes fall into three buckets. Cut the apps you no longer use, and confirm their scripts actually stopped loading, not just that the app is uninstalled. Replace the heaviest single-purpose apps with native code where you can; a surprising number of app jobs are a few lines of Liquid, which I cover in replacing Shopify apps with Liquid snippets. And defer what is left so it loads after the page paints instead of blocking it.

The takeaway:

  • You cannot see a store’s app list in the admin, but the apps reveal themselves in the page source.
  • Three free methods: a paste-a-URL app detector, viewing page source for script signatures, or a browser extension like Wappalyzer or Koala Inspector.
  • Your admin app list is the billing view, not the storefront footprint; orphaned apps keep loading scripts after you stop using them.
  • Judge apps by blocking time, not count. One heavy app can cost more than ten light ones.
  • Cut, replace, or defer the heaviest, and re-check the cold load to confirm the weight is gone.

Kaspian Fuad is a Shopify developer and CRO consultant who builds, audits, and ships themes for DTC brands. 12 years in ecommerce, 100+ stores, Top Rated Plus on Upwork. See a recent theme and performance build, or book a free 30-minute call if you want a second pair of eyes on your app stack.

Frequently Asked Questions

What apps does a Shopify store use, and can you see them?

You cannot see another store’s installed-app list inside Shopify, because Shopify does not publish it. But almost every app injects a recognizable script into the storefront page, so you can detect the apps from the public page itself. The three free ways are a paste-a-URL app detector, viewing the page source and reading the script domains, and a browser extension like Wappalyzer or Koala Inspector.

How do I see what apps a Shopify store uses for free?

Three free methods. One, paste the store URL into a Shopify app detector and it lists the apps it finds. Two, open the store, press Ctrl+U (Cmd+U on Mac) to view page source, and search for known app script domains like static.klaviyo.com, loox.io, or judge.me. Three, install a browser extension such as Wappalyzer or Koala Inspector that reads the page and names the technologies and apps.

How do I check what apps my own Shopify store uses?

Your Shopify admin lists installed apps under Settings, then Apps and sales channels. That list is the billing view, not the storefront footprint: it does not tell you which apps inject render-blocking scripts on your product pages. To see the storefront cost, run your live URL through an app detector that measures the blocking time each app adds, so you know which ones actually slow the page.

Do Shopify apps slow down my store?

Yes. Each app typically loads one or more third-party JavaScript files, and that JavaScript competes for the browser’s main thread on the first load. A store running 15 to 30 apps often has several seconds of Total Blocking Time from apps alone, which pushes INP and the Core Web Vitals into needs-improvement on a mid-tier phone. The theme is rarely the main problem; the app stack usually is.

Is there a Chrome extension to detect Shopify apps?

Yes. Koala Inspector is a Shopify-specific Chrome extension that names the apps and theme a store runs, and Wappalyzer is a general technology detector that catches many apps too. Both are free for basic use. A paste-a-URL tool does the same detection without installing anything, which is handy on a work laptop where you cannot add extensions.

Why can't I find a store's apps in the Shopify App Store?

The Shopify App Store shows what apps exist, not which apps a given store installed. Shopify treats a merchant’s installed-app list as private. That is why every detection method reads the public storefront page instead: the apps reveal themselves through the scripts, pixels, and markup they add to the HTML, not through any official directory.

How many apps is too many on Shopify?

There is no fixed number, because a well-built app that lazy-loads costs little and a badly-built one costs a lot. The useful test is blocking time, not count. If your apps add more than about 300ms of Total Blocking Time on a mid-tier phone, or you are running two apps that do the same job, you have too many. Measure the cost per app, then cut or replace the heaviest.
Book Strategy Call