Online Dyslexia Test: Screening for Children and Adults

4.6/5 - (33 votes)
Free Online Dyslexia Test: Screening for Children and Adults | DYNSEO :root { --blue-light: #BFDBFE; --blue: #3B82F6; --blue-dark: #1D4ED8; --indigo: #4F46E5; --purple: #7C3AED; --gold: #F59E0B; --green: #10B981; --red: #EF4444; --orange: #F97316; --white: #FFFFFF; --bg-light: #EFF6FF; --text-dark: #1E3A5F; --text-medium: #4B5563; --text-light: #6B7280; --border: rgba(59, 130, 246, 0.2); --shadow-sm: 0 2px 8px rgba(29, 78, 216, 0.1); --shadow-md: 0 4px 20px rgba(29, 78, 216, 0.15); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Nunito', sans-serif; background: linear-gradient(180deg, #FAFAFA 0%, #EFF6FF 100%); color: var(--text-dark); line-height: 1.8; font-size: 17px; } .container { max-width: 800px; margin: 0 auto; padding: 40px 24px; } .breadcrumb { font-size: 0.85rem; color: var(--text-light); margin-bottom: 24px; } .breadcrumb a { color: var(--blue); text-decoration: none; } .article-header { text-align: center; margin-bottom: 48px; } .article-badge { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: linear-gradient(135deg, var(--blue), var(--indigo)); border-radius: 50px; font-size: 0.8rem; font-weight: 700; color: white; text-transform: uppercase; margin-bottom: 20px; } h1 { font-family: 'Quicksand', sans-serif; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 700; color: var(--text-dark); line-height: 1.25; margin-bottom: 20px; } .article-meta { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; font-size: 0.9rem; color: var(--text-light); } .article-content { background: white; border-radius: 24px; padding: 48px 40px; box-shadow: var(--shadow-sm); border: 1px solid var(--border); } @media (max-width: 600px) { .article-content { padding: 28px 20px; } } .article-content p { margin-bottom: 24px; color: var(--text-medium); } .article-content h2 { font-family: 'Quicksand', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--blue-dark); margin: 48px 0 20px; padding-bottom: 12px; border-bottom: 3px solid var(--blue-light); } .article-content h3 { font-family: 'Quicksand', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--text-dark); margin: 32px 0 16px; } .article-content ul, .article-content ol { margin: 0 0 24px 24px; color: var(--text-medium); } .article-content li { margin-bottom: 10px; } .article-content strong { color: var(--text-dark); } /* Highlight */ .highlight-box { background: linear-gradient(135deg, #DBEAFE, #BFDBFE); border-left: 4px solid var(--blue); border-radius: 0 16px 16px 0; padding: 24px; margin: 32px 0; } .highlight-box p { margin: 0; font-weight: 600; color: #1E40AF; } /* Test Widget */ .test-widget { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); border-radius: 24px; padding: 40px 32px; margin: 48px 0; color: white; text-align: center; position: relative; overflow: hidden; } .test-widget::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-opacity='0.06'%3E%3Ccircle cx='30' cy='30' r='4'/%3E%3C/g%3E%3C/svg%3E"); } .test-widget-content { position: relative; z-index: 1; } .test-widget h3 { font-family: 'Quicksand', sans-serif; font-size: 1.6rem; margin-bottom: 12px; } .test-widget > p { opacity: 0.95; margin-bottom: 28px; } .features-row { display: flex; justify-content: center; gap: 32px; margin-bottom: 28px; flex-wrap: wrap; } .feature-item { display: flex; align-items: center; gap: 8px; font-weight: 600; } .cta-btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 40px; background: white; color: var(--blue-dark); font-family: 'Nunito', sans-serif; font-size: 1.1rem; font-weight: 800; border: none; border-radius: 60px; cursor: pointer; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 4px 20px rgba(0,0,0,0.15); } .cta-btn:hover { transform: translateY(-3px) scale(1.02); } /* Capacity Cards */ .capacity-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 16px; margin: 32px 0; } .capacity-card { background: white; border: 2px solid var(--border); border-radius: 16px; padding: 20px; text-align: center; transition: all 0.3s ease; } .capacity-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow-md); } .capacity-card .icon { font-size: 2rem; margin-bottom: 10px; } .capacity-card h4 { font-family: 'Quicksand', sans-serif; font-size: 0.95rem; color: var(--blue-dark); margin-bottom: 4px; } .capacity-card p { font-size: 0.8rem; color: var(--text-light); margin: 0; } /* Stats */ .stat-highlight { background: linear-gradient(135deg, #EFF6FF, #DBEAFE); border-radius: 20px; padding: 32px; margin: 32px 0; text-align: center; } .stat-highlight .big-number { font-family: 'Quicksand', sans-serif; font-size: 4rem; font-weight: 700; color: var(--blue-dark); line-height: 1; } .stat-highlight .stat-label { font-size: 1.1rem; color: var(--text-medium); margin-top: 8px; } /* Warning Box */ .warning-box { background: linear-gradient(135deg, #FEF3C7, #FDE68A); border-radius: 20px; padding: 28px; margin: 32px 0; } .warning-box h4 { font-family: 'Quicksand', sans-serif; color: #92400E; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; } .warning-box p { color: #78350F; margin: 0; } /* Signs Grid */ .signs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 16px; margin: 32px 0; } .sign-card { display: flex; align-items: flex-start; gap: 14px; padding: 18px; background: linear-gradient(135deg, #EFF6FF, #DBEAFE); border-radius: 14px; } .sign-card .icon { font-size: 1.4rem; flex-shrink: 0; } .sign-card p { margin: 0; color: var(--text-dark); font-weight: 600; font-size: 0.95rem; } /* FAQ */ .faq-section { margin-top: 48px; } .faq-item { background: white; border: 2px solid var(--border); border-radius: 16px; margin-bottom: 16px; overflow: hidden; } .faq-question { padding: 20px 24px; font-weight: 700; color: var(--text-dark); cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.3s; } .faq-question:hover { background: var(--bg-light); } .faq-question .icon { font-size: 1.25rem; color: var(--blue); transition: transform 0.3s; } .faq-item.open .faq-question .icon { transform: rotate(45deg); } .faq-answer { padding: 0 24px; max-height: 0; overflow: hidden; transition: all 0.3s; } .faq-item.open .faq-answer { padding: 0 24px 20px; max-height: 500px; } .faq-answer p { margin: 0; color: var(--text-medium); } /* Final CTA */ .final-cta { background: linear-gradient(135deg, #DBEAFE, #BFDBFE); border-radius: 20px; padding: 40px 32px; text-align: center; margin-top: 48px; } .final-cta h3 { font-family: 'Quicksand', sans-serif; font-size: 1.4rem; color: #1E40AF; margin-bottom: 12px; } .final-cta p { color: #1D4ED8; margin-bottom: 24px; } .final-cta .cta-btn { background: linear-gradient(135deg, var(--blue), var(--blue-dark)); color: white; } @media (max-width: 600px) { .container { padding: 24px 16px; } .test-widget { padding: 28px 20px; margin: 32px -20px; border-radius: 0; } .features-row { flex-direction: column; gap: 12px; } .stat-highlight .big-number { font-size: 3rem; } } Home › Cognitive Tests › Dyslexia Test 📖 Dyslexia Screening Free Online Dyslexia Test: Screening for Children and Adults 📅 December 2025 ⏱️ 8 min read 👁️ 28,450 views

Do you suspect dyslexia in yourself or your child? Our free screening test evaluates key reading abilities in 10 minutes. Find out if a thorough assessment by a speech therapist might be necessary.

Dyslexia affects 5 to 10% of the population. It is a specific reading disorder that has nothing to do with intelligence. The earlier it is detected, the better it can be supported.

8% of children are thought to be affected by dyslexia 📖 Take the free screening test

6 exercises assessing reading and written language processing abilities

✅ 100% Free ⏱️ 10 minutes 📊 Detailed results 🚀 Start the test →

What is dyslexia?

Dyslexia is a specific learning disorder related to reading. It is characterized by difficulties in identifying written words fluently and accurately, unrelated to intelligence or educational level.

This disorder has a neurological origin: the brains of dyslexic individuals process written information differently. It is neither a lack of effort nor a motivational defect.

💡 Dyslexia is not an illness and cannot be "cured." But with appropriate support, dyslexic individuals can develop effective strategies and succeed brilliantly.

What does our test measure?

Our screening test evaluates 6 essential reading-related abilities:

🔤

Letter Recognition

Differentiating b/d, p/q...

📖

Word Reading

Correct spelling

🔊

Phonology

Manipulating sounds

🧠

Sequential Memory

Order of letters

⏱️

Reading Speed

Fluency of decoding

👁️

Visual Tracking

Following a line

◆ ◆ ◆

Signs of dyslexia

In children (6-12 years)

📚

Slow and hesitant reading, laborious decoding

🔀

Confusion of visually similar letters (b/d, p/q)

✏️

Very difficult spelling, unusual errors

😰

Avoidance of reading, school discouragement

🔊

Difficulties in rhyming or manipulating sounds

📝

Difficulty copying, skipping lines

In adults

  • Slow reading, quick fatigue with long texts
  • Persistent difficulties in spelling
  • Need to reread several times to understand
  • Avoidance of written professional tasks
  • Difficulties with foreign languages
  • Confusions with phone numbers, codes...

⚠️ Important: this test is not a diagnosis

Only a professional (speech therapist, neuropsychologist) can diagnose dyslexia after a complete assessment. This test helps you identify if a consultation might be relevant.

Why get screened?

Early screening for dyslexia offers many benefits:

  • Understanding difficulties: putting words to what was perceived as a "failure"
  • Adapting methods: effective teaching and compensatory tools
  • Obtaining accommodations: extra time on exams, digital tools...
  • Preserving self-esteem: dyslexia is not a lack of intelligence
  • Unlocking potential: many dyslexics excel in other areas
◆ ◆ ◆

What to do after the test?

If the test suggests difficulties

  1. Consult a speech therapist for a complete assessment (with a doctor's prescription)
  2. Talk to the school if it's for a child (teacher, school psychologist)
  3. Do not wait: the earlier the support, the more effective it is

If the test shows no difficulty

Reading difficulties may have other causes: visual disorders, attention deficit, oral language disorders, lack of practice... In case of persistent doubt, consult a professional anyway.

Frequently Asked Questions

Can this test replace a speech therapy assessment? +

No, this test is a screening tool that indicates if a consultation might be useful. Only a complete speech therapy assessment can diagnose and propose appropriate support.

At what age can dyslexia be screened? +

Dyslexia can be suspected as early as first grade (6-7 years), but the formal diagnosis is usually made after 18 months of reading instruction, around 7-8 years old. Early signs can be detected earlier (difficulties with rhymes, language delays...).

Can dyslexia develop in adulthood? +

No, dyslexia is present from childhood. However, it can go unnoticed for years, especially in individuals who have developed compensatory strategies. Many adults discover their dyslexia late.

Is my child lazy or dyslexic? +

Dyslexia has nothing to do with laziness. A dyslexic child often exerts more effort than others for less result, which can discourage them. If your child seems to avoid reading despite your encouragement, a screening may clarify the situation.

📖 Ready to assess your abilities?

Free 10-minute test with detailed results and recommendations.

Start the test →

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

🛒 0 My cart