--- title: UnusedSnippet description: Identifies snippets that aren't used. source_url: html: >- https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet md: >- https://shopify.dev/docs/storefronts/themes/tools/theme-check/checks/unused-snippet.md --- # UnusedSnippet **Deprecated:** This check only exists in Theme Check `v1.X.X`. Identifies snippets that aren't used. For example, this check fails when Theme Check can't find a `render` tag that uses the snippet. *** ## Auto-correction Theme Check can correct this error using the `--auto-correct` flag. When the flag is specified, Theme Check automatically deletes the unused snippet file. *** ## Disabling this check This check is safe to [disable](https://shopify.dev/docs/storefronts/themes/tools/theme-check/configuration). ***