---
title: "Skin Concern Quiz — School of Dermatology"
url: https://schoolofdermatology.com/quiz
description: "Take our free skin type quiz to discover your skin type and get personalized skincare recommendations."
lang: en
---

# Find Your Skin Type: Free Skin Quiz

Not sure whether your skin is oily, dry, combination, sensitive, or dehydrated? This free 8-question quiz analyzes your skin's behavior, reactions, and concerns to determine your skin type. In under two minutes you will receive a personalized result with tailored ingredient recommendations, routine suggestions, and curated article picks — all based on evidence-backed dermatology. No sign-up required.

Question 1 of 8

## How does your skin feel about one hour after washing your face with no products applied?

## Structured data

```json
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://schoolofdermatology.com/"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Skin Quiz",
      "item": "https://schoolofdermatology.com/quiz"
    }
  ]
}
```