{"id":169897,"date":"2025-09-23T09:53:09","date_gmt":"2025-09-23T06:53:09","guid":{"rendered":"https:\/\/www.veraclinic.net\/?p=169897"},"modified":"2026-05-19T12:57:23","modified_gmt":"2026-05-19T09:57:23","slug":"liste-des-antidepresseurs-provoquant-la-chute-des-cheveux","status":"publish","type":"post","link":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/","title":{"rendered":"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux"},"content":{"rendered":"\n<p>Depression affects millions worldwide, and while the focus is often on mental health, it can also impact physical well-being, including <strong>hair health<\/strong>. Many people notice <strong>hair thinning or shedding<\/strong> during depressive episodes, which can be due to stress, hormonal changes, or underlying medical conditions.<\/p>\n\n<p>When treating depression, various <strong>types of antidepressants<\/strong> are prescribed to help restore chemical balance in the brain. However, some antidepressants are known to cause <a href=\"https:\/\/www.veraclinic.net\/depression-hair-loss\/\">hair loss due to depression<\/a> as a side effect. Understanding which medications affects hair growth is important for patients, caregivers, and healthcare providers alike.<\/p>\n\n<style>\n  \/* --- MAIN SECTION LAYOUT --- *\/\n  .medication-tabs {\n    margin: 40px auto;\n    padding: 0 20px;\n    background: #fff;\n    font-family: inherit;\n    max-width: 1200px;\n    box-sizing: border-box;\n  }\n\n  .tabs-wrapper {\n    display: flex;\n    gap: 20px;\n    align-items: flex-start;\n  }\n\n  \/* --- SIDEBAR TABS (Scrollable for many items) --- *\/\n  .tabs {\n    display: flex;\n    flex-direction: column;\n    min-width: 280px;\n    max-width: 280px;\n    \/* Uzun liste i\u00e7in scroll \u00f6zelli\u011fi ekledik *\/\n    max-height: 600px; \n    overflow-y: auto;\n    background: #fff;\n    border-radius: 10px;\n    padding: 10px;\n    gap: 5px;\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); \n    border: 1px solid #e5e7eb;\n  }\n\n  \/* Sidebar Scrollbar Styling *\/\n  .tabs::-webkit-scrollbar {\n    width: 6px;\n  }\n  .tabs::-webkit-scrollbar-track {\n    background: #f1f1f1;\n    border-radius: 10px;\n  }\n  .tabs::-webkit-scrollbar-thumb {\n    background: #AFC3CF;\n    border-radius: 10px;\n  }\n  .tabs::-webkit-scrollbar-thumb:hover {\n    background: #90B7C8;\n  }\n\n  .tab {\n    padding: 12px 15px;\n    border: none;\n    background: transparent;\n    color: #4b5563;\n    cursor: pointer;\n    font-weight: 600;\n    text-align: left;\n    border-radius: 6px;\n    font-size: 14px;\n    transition: all 0.2s ease;\n    flex-shrink: 0; \/* Butonlar\u0131n b\u00fcz\u00fc\u015fmesini engeller *\/\n  }\n\n  .tab:hover {\n    background-color: #f9fafb;\n    color: #1380B8;\n  }\n\n  .tab.active {\n    background-color: #1380B8; \/* Ana renk *\/\n    color: #ffffff;\n    box-shadow: 0 4px 6px rgba(19, 128, 184, 0.2);\n  }\n\n  \/* --- CONTENT AREA --- *\/\n  .tab-content {\n    flex: 1;\n    background: #fff;\n    \/* Padding'i kald\u0131rd\u0131k \u00e7\u00fcnk\u00fc header kutusu kenarlara de\u011fmeli *\/\n    padding: 0; \n    border-radius: 10px;\n    border: 1px solid #e5e7eb;\n    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); \n    overflow: hidden; \/* Header ta\u015fmas\u0131n diye *\/\n  }\n\n  .panel {\n    display: none;\n    animation: fadeEffect 0.4s ease;\n  }\n\n  .panel.active {\n    display: block;\n  }\n\n  \/* --- NEW COMPONENT STYLE: MEDICINE BOX HEADER --- *\/\n  .med-box-header {\n    background-color: #d9d9d9;\n    \/* 3D efekti veren \u00fcst border *\/\n    border-top: 5px solid #e6e6e6; \n    padding: 25px 30px 10px 30px; \/* Alttan bo\u015fluk b\u0131rakt\u0131k \u00e7izgi i\u00e7in *\/\n    margin-bottom: 25px;\n  }\n\n  .med-box-header h2 {\n    margin: 0 0 15px 0; \/* Ba\u015fl\u0131k ile \u00e7izgi aras\u0131 bo\u015fluk *\/\n    color: #111827;\n    font-size: 1.5rem;\n    font-weight: 700;\n    line-height: 1.2;\n  }\n\n  \/* Gradyan \u00c7izgi *\/\n  .med-gradient-line {\n    display: block;\n    width: 100%;\n    height: 3px;\n    border: none;\n    \/* Soldan sa\u011fa: #1380B8 - #90B7C8 - #AFC3CF - transparent *\/\n    background: linear-gradient(90deg, #1380B8 0%, #90B7C8 33%, #AFC3CF 66%, transparent 100%);\n    border-radius: 3px;\n  }\n\n  .panel-body {\n    padding: 0 30px 30px 30px; \/* \u0130\u00e7erik bo\u015flu\u011fu *\/\n  }\n\n  .panel p {\n    margin-bottom: 15px;\n    color: #4b5563;\n    line-height: 1.7;\n    font-size: 15px;\n  }\n  \n  .panel strong {\n    color: #111827;\n  }\n\n  .panel a {\n    color: #1380B8;\n    text-decoration: none;\n    font-weight: 600;\n    border-bottom: 1px dotted transparent;\n    transition: border 0.2s;\n  }\n  \n  .panel a:hover {\n    border-bottom-color: #1380B8;\n  }\n\n  @keyframes fadeEffect {\n    from { opacity: 0; transform: translateY(5px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* --- MOBILE RESPONSIVE --- *\/\n  @media (max-width: 768px) {\n    .tabs-wrapper {\n      flex-direction: column;\n      gap: 15px;\n    }\n\n    .tabs {\n      min-width: 100%;\n      width: 100%;\n      flex-direction: row;\n      overflow-x: auto;\n      white-space: nowrap;\n      padding-bottom: 10px;\n      border: none;\n      box-shadow: none;\n      max-height: none; \/* Mobilde dikey limit kalkar *\/\n    }\n    \n    .tab {\n      flex: 0 0 auto;\n      border-radius: 20px;\n      padding: 10px 20px;\n      font-size: 14px;\n      border: 1px solid #e5e7eb;\n    }\n    \n    .tab.active {\n       border-color: #1380B8;\n    }\n\n    .med-box-header {\n        padding: 20px 20px 10px 20px;\n    }\n    \n    .panel-body {\n        padding: 0 20px 20px 20px;\n    }\n  }\n<\/style>\n\n<section class=\"medication-tabs\">\n  <div class=\"tabs-wrapper\">\n    <div class=\"tabs\">\n      <button class=\"tab active\" data-tab=\"drug-1\">1. Fluoxetine (Prozac)<\/button>\n      <button class=\"tab\" data-tab=\"drug-2\">2. Sertraline (Zoloft)<\/button>\n      <button class=\"tab\" data-tab=\"drug-3\">3. Paroxetine (Paxil)<\/button>\n      <button class=\"tab\" data-tab=\"drug-4\">4. Escitalopram (Lexapro)<\/button>\n      <button class=\"tab\" data-tab=\"drug-5\">5. Citalopram (Celexa)<\/button>\n      <button class=\"tab\" data-tab=\"drug-6\">6. Venlafaxine (Effexor)<\/button>\n      <button class=\"tab\" data-tab=\"drug-7\">7. Duloxetine (Cymbalta)<\/button>\n      <button class=\"tab\" data-tab=\"drug-8\">8. Amitriptyline<\/button>\n      <button class=\"tab\" data-tab=\"drug-9\">9. Nortriptyline<\/button>\n      <button class=\"tab\" data-tab=\"drug-10\">10. Imipramine<\/button>\n      <button class=\"tab\" data-tab=\"drug-11\">11. Bupropion (Wellbutrin)<\/button>\n      <button class=\"tab\" data-tab=\"drug-12\">12. Mirtazapine (Remeron)<\/button>\n      <button class=\"tab\" data-tab=\"drug-13\">13. Phenelzine (Nardil)<\/button>\n      <button class=\"tab\" data-tab=\"drug-14\">14. Tranylcypromine (Parnate)<\/button>\n      <button class=\"tab\" data-tab=\"drug-15\">15. Trazodone<\/button>\n      <button class=\"tab\" data-tab=\"drug-16\">16. Vilazodone (Viibryd)<\/button>\n      <button class=\"tab\" data-tab=\"drug-17\">17. Buspirone<\/button>\n      <button class=\"tab\" data-tab=\"drug-18\">18. Desvenlafaxine (Pristiq)<\/button>\n      <button class=\"tab\" data-tab=\"drug-19\">19. Vortioxetine (Trintellix)<\/button>\n      <button class=\"tab\" data-tab=\"drug-20\">20. Maprotiline<\/button>\n      <button class=\"tab\" data-tab=\"drug-21\">21. Reboxetine<\/button>\n      <button class=\"tab\" data-tab=\"drug-22\">22. Selegiline (Eldepryl)<\/button>\n      <button class=\"tab\" data-tab=\"drug-23\">23. Isocarboxazid (Marplan)<\/button>\n      <button class=\"tab\" data-tab=\"drug-24\">24. Doxepin<\/button>\n      <button class=\"tab\" data-tab=\"drug-25\">25. Clomipramine (Anafranil)<\/button>\n      <button class=\"tab\" data-tab=\"drug-26\">26. Rasagiline (Azilect)<\/button>\n      <button class=\"tab\" data-tab=\"drug-27\">27. Agomelatine (Valdoxan)<\/button>\n      <button class=\"tab\" data-tab=\"drug-28\">28. Esketamine (Spravato)<\/button>\n    <\/div>\n\n    <div class=\"tab-content\">\n      \n      <div class=\"panel active\" id=\"drug-1\">\n        <div class=\"med-box-header\">\n            <h2>1. Fluoxetine (Prozac)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Fluoxetine belongs to the class of <strong>Selective Serotonin Reuptake Inhibitors (SSRIs)<\/strong>. Fluoxetine is <strong>FDA-approved<\/strong> (since 1987) for treating major depressive disorder, obsessive-compulsive disorder (OCD), panic disorder, bulimia nervosa, and premenstrual dysphoric disorder (PMDD).<\/p>\n            <p><strong>Does Fluoxetine Cause Hair Loss?<\/strong><\/p>\n            <p>Yes, prozac hair loss has been reported as a possible side effect, though it is relatively rare. <a href=\"https:\/\/www.veraclinic.net\/fluoxetine-hair-loss\/\" target=\"_blank\">Prozac hair loss<\/a> is listed as an <strong>uncommon to rare side effect<\/strong> (occurs in <strong>less than 1%<\/strong> of users).<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-2\">\n        <div class=\"med-box-header\">\n            <h2>2. Sertraline (Zoloft)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Sertraline belongs to the class of <strong>Selective Serotonin Reuptake Inhibitors (SSRIs).<\/strong> Sertraline is <strong>FDA-approved (since 1991)<\/strong> for major depressive disorder, panic disorder, post-traumatic stress disorder (PTSD), social anxiety disorder, premenstrual dysphoric disorder (PMDD), and obsessive-compulsive disorder (OCD).<\/p>\n            <p><strong>Does Sertraline Cause Hair Loss?<\/strong><br\/>Yes, <strong><a href=\"https:\/\/www.veraclinic.net\/sertraline-hair-loss\/\" target=\"_blank\">zoloft hair loss<\/a> (sertraline hair loss)<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with <strong>less than 1% of users.<\/strong><\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-3\">\n        <div class=\"med-box-header\">\n            <h2>3. Paroxetine (Paxil)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Paroxetine belongs to the class of <strong>Selective Serotonin Reuptake Inhibitors (SSRIs)<\/strong>. Paroxetine is <strong>FDA-approved (since 1992)<\/strong> for major depressive disorder, generalized anxiety disorder, social anxiety disorder, panic disorder, obsessive-compulsive disorder (OCD), and post-traumatic stress disorder (PTSD).<\/p>\n            <p><strong>Does Paroxetine Cause Hair Loss?<\/strong><br\/>Yes, <strong>paxil hair loss<\/strong> has been reported, though it is an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-4\">\n        <div class=\"med-box-header\">\n            <h2>4. Escitalopram (Lexapro)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Escitalopram belongs to the class of <strong>Selective Serotonin Reuptake Inhibitors (SSRIs)<\/strong>. Escitalopram is <strong>FDA-approved (since 2002)<\/strong> for major depressive disorder and generalized anxiety disorder.<\/p>\n            <p><strong>Does Escitalopram Cause Hair Loss?<\/strong><br\/>Yes, <strong><a href=\"https:\/\/www.veraclinic.net\/lexapro-hair-loss\/\" target=\"_blank\">lexapro hair loss<\/a> (escitalopram hair loss)<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-5\">\n        <div class=\"med-box-header\">\n            <h2>5. Citalopram (Celexa)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Citalopram belongs to the class of <strong>Selective Serotonin Reuptake Inhibitors (SSRIs)<\/strong>. Citalopram is <strong>FDA-approved (since 1998)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Citalopram Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/citalopram-hair-loss\/\" target=\"_blank\"><strong>celexa hair loss<\/strong><\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-6\">\n        <div class=\"med-box-header\">\n            <h2>6. Venlafaxine (Effexor)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Venlafaxine belongs to the class of <strong>Serotonin-Norepinephrine Reuptake Inhibitors (SNRIs)<\/strong>. Venlafaxine is <strong>FDA-approved (since 1993)<\/strong> for major depressive disorder, generalized anxiety disorder, panic disorder, and social anxiety disorder.<\/p>\n            <p><strong>Does Venlafaxine Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/venlafaxine-hair-loss\/\" target=\"_blank\">effexor hair loss<\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-7\">\n        <div class=\"med-box-header\">\n            <h2>7. Duloxetine (Cymbalta)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Duloxetine belongs to the class of <strong>Serotonin-Norepinephrine Reuptake Inhibitors (SNRIs)<\/strong>. Duloxetine is <strong>FDA-approved (since 2004)<\/strong> for major depressive disorder, generalized anxiety disorder, diabetic peripheral neuropathy, fibromyalgia, and chronic musculoskeletal pain.<\/p>\n            <p><strong>Does Duloxetine Cause Hair Loss?<\/strong><br\/>Yes, <strong><a href=\"https:\/\/www.veraclinic.net\/cymbalta-hair-loss\/\" target=\"_blank\">cymbalta hair loss<\/a><\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-8\">\n        <div class=\"med-box-header\">\n            <h2>8. Amitriptyline<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Amitriptyline belongs to the class of <strong>Tricyclic Antidepressants (TCAs)<\/strong>. Amitriptyline is <strong>FDA-approved (since 1961)<\/strong> for depression, and it is also widely used off-label for migraines, neuropathic pain, and insomnia.<\/p>\n            <p><strong>Does Amitriptyline Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/amitriptyline-hair-loss\/\" target=\"_blank\"><strong>amitriptyline hair loss<\/strong><\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-9\">\n        <div class=\"med-box-header\">\n            <h2>9. Nortriptyline<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Nortriptyline belongs to the class of <strong>Tricyclic Antidepressants (TCAs)<\/strong>. Nortriptyline is <strong>FDA-approved (since 1964)<\/strong> for depression, and it is also commonly prescribed off-label for chronic pain, migraines, and smoking cessation support.<\/p>\n            <p><strong>Does Nortriptyline Cause Hair Loss?<\/strong><br\/>Yes, <strong>nortriptyline hair loss<\/strong> has been reported, though it is an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-10\">\n        <div class=\"med-box-header\">\n            <h2>10. Imipramine<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Imipramine belongs to the class of <strong>Tricyclic Antidepressants (TCAs)<\/strong>. Imipramine is <strong>FDA-approved (since 1959)<\/strong> for depression and enuresis (bedwetting in children).<\/p>\n            <p><strong>Does Imipramine Cause Hair Loss?<\/strong><br\/>Yes, <strong>imipramine hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-11\">\n        <div class=\"med-box-header\">\n            <h2>11. Bupropion (Wellbutrin)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Bupropion belongs to the class of <strong>Atypical Antidepressants<\/strong>, specifically a <strong>Norepinephrine-Dopamine Reuptake Inhibitor (NDRI)<\/strong>. Bupropion is <strong>FDA-approved (since 1985)<\/strong> for depression, seasonal affective disorder (SAD), and smoking cessation. It is also marketed in combination as Auvelity (bupropion + dextromethorphan) for major depressive disorder.<\/p>\n            <p><strong>Does Bupropion Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/wellbutrin-hair-loss\/\" target=\"_blank\">wellbutrin hair loss<\/a> (auvelity hair loss) has been reported. It is considered an <strong>uncommon to rare side effect<\/strong>, with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-12\">\n        <div class=\"med-box-header\">\n            <h2>12. Mirtazapine (Remeron)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Mirtazapine belongs to the class of <strong>Atypical Antidepressants<\/strong>, specifically a <strong>Noradrenergic and Specific Serotonergic Antidepressant (NaSSA)<\/strong>. Mirtazapine is <strong>FDA-approved (since 1996)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Mirtazapine Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/mirtazapine-hair-loss\/\" target=\"_blank\">remeron hair loss<\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-13\">\n        <div class=\"med-box-header\">\n            <h2>13. Phenelzine (Nardil)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Phenelzine belongs to the class of <strong>Monoamine Oxidase Inhibitors (MAOIs)<\/strong>. Phenelzine is <strong>FDA-approved (since 1961)<\/strong> for major depressive disorder, especially in patients who have not responded to other antidepressants.<\/p>\n            <p><strong>Does Phenelzine Cause Hair Loss?<\/strong><br\/>Yes, <strong>phenelzine hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-14\">\n        <div class=\"med-box-header\">\n            <h2>14. Tranylcypromine (Parnate)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Tranylcypromine belongs to the class of <strong>Monoamine Oxidase Inhibitors (MAOIs)<\/strong>. Tranylcypromine is <strong>FDA-approved (since 1961)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Tranylcypromine Cause Hair Loss?<\/strong><br\/>Yes, tranylcypromine hair loss has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-15\">\n        <div class=\"med-box-header\">\n            <h2>15. Trazodone<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Trazodone belongs to the class of <strong>Atypical Antidepressants<\/strong>, specifically a <strong>Serotonin Antagonist and Reuptake Inhibitor (SARI)<\/strong>. Trazodone is <strong>FDA-approved (since 1981)<\/strong> for the treatment of depression. It is also widely prescribed off-label for insomnia and anxiety.<\/p>\n            <p><strong>Does Trazodone Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/trazodone-hair-loss\/\" target=\"_blank\">trazodone hair loss<\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-16\">\n        <div class=\"med-box-header\">\n            <h2>16. Vilazodone (Viibryd)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Vilazodone belongs to the class of <strong>Atypical Antidepressants<\/strong>, working as a <strong>Selective Serotonin Reuptake Inhibitor (SSRI) and a 5-HT1A receptor partial agonist<\/strong>. Vilazodone is <strong>FDA-approved (since 2011)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Vilazodone Cause Hair Loss?<\/strong><br\/>Yes, <strong>viibryd and hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-17\">\n        <div class=\"med-box-header\">\n            <h2>17. Buspirone<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Buspirone belongs to the class of <strong>Anxiolytics<\/strong>, specifically a <strong>Serotonin 5-HT1A receptor partial agonist<\/strong>. Although not technically an antidepressant, it is often prescribed alongside them for anxiety disorders. Buspirone is <strong>FDA-approved (since 1986)<\/strong> for the treatment of generalized anxiety disorder (GAD).<\/p>\n            <p><strong>Does Buspirone Cause Hair Loss?<\/strong><br\/>Yes, <a href=\"https:\/\/www.veraclinic.net\/buspirone-hair-loss\/\" target=\"_blank\">buspirone hair loss<\/a> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-18\">\n        <div class=\"med-box-header\">\n            <h2>18. Desvenlafaxine (Pristiq)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Desvenlafaxine belongs to the class of <strong>Serotonin-Norepinephrine Reuptake Inhibitors (SNRIs)<\/strong>. Desvenlafaxine is <strong>FDA-approved (since 2008)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Desvenlafaxine Cause Hair Loss?<\/strong><br\/>Yes, pristiq hair loss has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-19\">\n        <div class=\"med-box-header\">\n            <h2>19. Vortioxetine (Trintellix)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Vortioxetine belongs to the class of <strong>Atypical Antidepressants<\/strong>, functioning as a <strong>Serotonin Modulator and Stimulator (SMS)<\/strong>. Vortioxetine is <strong>FDA-approved (since 2013)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Vortioxetine Cause Hair Loss?<\/strong><br\/>Yes, <strong>trintellix hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-20\">\n        <div class=\"med-box-header\">\n            <h2>20. Maprotiline<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Maprotiline belongs to the class of <strong>Tetracyclic Antidepressants (TeCAs)<\/strong>. Maprotiline is <strong>FDA-approved (since 1980)<\/strong> for the treatment of depression.<\/p>\n            <p><strong>Does Maprotiline Cause Hair Loss?<\/strong><br\/>Yes, <strong>maprotiline hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-21\">\n        <div class=\"med-box-header\">\n            <h2>21. Reboxetine<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Reboxetine belongs to the class of <strong>Norepinephrine Reuptake Inhibitors (NRIs)<\/strong>. Reboxetine is <strong>approved in Europe and other countries<\/strong>, but it is <strong>not FDA-approved<\/strong> in the United States.<\/p>\n            <p><strong>Does Reboxetine Cause Hair Loss?<\/strong><br\/>Yes, <strong>reboxetine hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-22\">\n        <div class=\"med-box-header\">\n            <h2>22. Selegiline (Eldepryl, EMSAM)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Selegiline belongs to the class of <strong>Monoamine Oxidase Inhibitors (MAOIs)<\/strong>. Selegiline is <strong>FDA-approved<\/strong> for Parkinson\u2019s disease (Eldepryl) and depression (EMSAM patch).<\/p>\n            <p><strong>Does Selegiline Cause Hair Loss?<\/strong><br\/>Yes, eldepryl hair loss (emsam hair loss) has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-23\">\n        <div class=\"med-box-header\">\n            <h2>23. Isocarboxazid (Marplan)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Isocarboxazid belongs to the class of <strong>Monoamine Oxidase Inhibitors (MAOIs)<\/strong>. Isocarboxazid is <strong>FDA-approved (since 1960s)<\/strong> for the treatment of major depressive disorder.<\/p>\n            <p><strong>Does Isocarboxazid Cause Hair Loss?<\/strong><br\/>Yes, <strong>marplan hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-24\">\n        <div class=\"med-box-header\">\n            <h2>24. Doxepin<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Doxepin belongs to the class of <strong>Tricyclic Antidepressants (TCAs)<\/strong>. Doxepin is <strong>FDA-approved (since 1969)<\/strong> for depression and anxiety, and is also widely used off-label for insomnia.<\/p>\n            <p><strong>Does Doxepin Cause Hair Loss?<\/strong><br\/>Yes, <strong>doxepin hair loss<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-25\">\n        <div class=\"med-box-header\">\n            <h2>25. Clomipramine (Anafranil)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Clomipramine belongs to the class of <strong>Tricyclic Antidepressants (TCAs)<\/strong>. Clomipramine is <strong>FDA-approved (since 1989)<\/strong> for obsessive-compulsive disorder (OCD) and depression.<\/p>\n            <p><strong>Does Clomipramine Cause Hair Loss?<\/strong><br\/>Yes, <strong>clomipramine hair loss (anafranil hair loss)<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-26\">\n        <div class=\"med-box-header\">\n            <h2>26. Rasagiline (Azilect)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Rasagiline belongs to the class of <strong>Monoamine Oxidase-B Inhibitors (MAO-B inhibitors)<\/strong>. Rasagiline is <strong>FDA-approved (since 2006)<\/strong> primarily for Parkinson\u2019s disease. Its use as an antidepressant is off-label in some countries.<\/p>\n            <p><strong>Does Rasagiline Cause Hair Loss?<\/strong><br\/>Yes, <strong>azilect hair loss (rasagiline hair loss)<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-27\">\n        <div class=\"med-box-header\">\n            <h2>27. Agomelatine (Valdoxan)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Agomelatine belongs to the class of <strong>Atypical Antidepressants<\/strong>, functioning as a <strong>Melatonergic agonist and 5-HT2C antagonist<\/strong>. Agomelatine is <strong>approved in Europe and other countries<\/strong> for major depressive disorder but is <strong>not FDA-approved<\/strong> in the United States.<\/p>\n            <p><strong>Does Agomelatine Cause Hair Loss?<\/strong><br\/>Yes, <strong>valdoxan hair loss (agomelatine hair loss)<\/strong> has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"panel\" id=\"drug-28\">\n        <div class=\"med-box-header\">\n            <h2>28. Esketamine (Spravato)<\/h2>\n            <div class=\"med-gradient-line\"><\/div>\n        <\/div>\n        <div class=\"panel-body\">\n            <p>Esketamine belongs to the class of <strong>NMDA receptor antagonists<\/strong>, used as a <strong>rapid-acting antidepressant<\/strong>. Esketamine is <strong>FDA-approved (since 2019)<\/strong> for treatment-resistant depression in conjunction with an oral antidepressant.<\/p>\n            <p><strong>Does Esketamine Cause Hair Loss?<\/strong><br\/>Yes, spravato hair loss has been reported, though it is considered an <strong>uncommon to rare side effect<\/strong> with less than 1% of users experiencing it.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n  const tabs = document.querySelectorAll(\".tab\");\n  const panels = document.querySelectorAll(\".panel\");\n\n  tabs.forEach((tab) => {\n    tab.addEventListener(\"click\", () => {\n      \/\/ Remove active from all\n      tabs.forEach((t) => t.classList.remove(\"active\"));\n      panels.forEach((p) => p.classList.remove(\"active\"));\n\n      \/\/ Add active to current\n      tab.classList.add(\"active\");\n      const targetId = tab.dataset.tab;\n      document.getElementById(targetId).classList.add(\"active\");\n    });\n  });\n<\/script>\n\n<h2 class=\"wp-block-heading\" id=\"h-what-are-the-types-of-antidepressants-that-cause-hair-loss\">What Are the Types of Antidepressants that Cause Hair Loss?<\/h2>\n\n<p>Antidepressants are grouped into 5 different <strong>classes<\/strong>, each targeting brain chemistry in slightly different ways. While all are designed to ease symptoms of depression and anxiety, certain types have been <strong>more commonly reported to cause hair loss<\/strong> as a side effect. Shedding is usually temporary and rare, but understanding which categories are most linked to this issue can help patients make informed choices.<\/p>\n\n<p>The main classes of antidepressants associated with <strong>hair thinning or shedding<\/strong> include:<\/p>\n\n<ol class=\"wp-block-list\">\n<li><strong>SSRIs (Selective Serotonin Reuptake Inhibitors)<\/strong>: These medications increase serotonin levels in the brain by preventing its reabsorption (reuptake).<\/li>\n\n\n\n<li><strong>SNRIs (Serotonin\u2013Norepinephrine Reuptake Inhibitors)<\/strong>: These drugs affect both serotonin and norepinephrine, two key neurotransmitters that influence mood.\u00a0<\/li>\n\n\n\n<li><strong>TCAs (Tricyclic Antidepressants)<\/strong>: An older class of antidepressants that affects several neurotransmitters, including serotonin and norepinephrine.\u00a0<\/li>\n\n\n\n<li><strong>MAOIs (Monoamine Oxidase Inhibitors)<\/strong>: These work by blocking the enzyme monoamine oxidase, which breaks down serotonin, dopamine, and norepinephrine.<br\/><\/li>\n\n\n\n<li><strong>Atypical Antidepressants<\/strong>: A diverse group that does not fit neatly into the above categories. They work through different mechanisms, such as influencing dopamine or melatonin pathways.<\/li>\n<\/ol>\n\n<p>By categorizing antidepressants this way, patients and doctors can better understand <strong>which drug types are more likely to trigger hair loss<\/strong> and weigh treatment benefits against possible cosmetic concerns.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-ssris-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which SSRIs Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>When discussing <strong>SSRI hair loss<\/strong>, it is important to note that this side effect is considered uncommon, but it is medically recognized. <strong>SSRIs and hair loss<\/strong> are most often linked through case reports describing a temporary condition known as <strong>telogen effluvium<\/strong>, where hair prematurely enters the shedding phase.<br\/><\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Fluoxetine (Prozac):<\/strong> Hair loss is very rare, affecting fewer than 1% of patients, and is documented mostly through case reports. Norfluoxetine, its active metabolite, strongly influences serotonin pathways, which may disrupt the hair growth cycle. <em>A case report in the<\/em> Journal of Clinical Psychopharmacology <em>described fluoxetine-induced hair loss that resolved after discontinuation.<\/em><\/li>\n\n\n\n<li><strong>Sertraline (Zoloft):<\/strong> Hair loss is rare, with several published case reports documenting the effect. Sertraline alters serotonin regulation, which may interfere with normal follicle cycling. A report in <em>International Journal of Dermatology<\/em> linked sertraline to telogen effluvium that improved after the medication was stopped.<\/li>\n\n\n\n<li><strong>Paroxetine (Paxil):<\/strong> Rare cases of paroxetine-induced hair loss have been reported. The mechanism is thought to involve serotonin-related changes in the follicle cycle. A published case in <em>Clinical Neuropharmacology<\/em> showed hair shedding that resolved after paroxetine withdrawal, with recurrence upon rechallenge.<\/li>\n\n\n\n<li><strong>Escitalopram (Lexapro):<\/strong> Hair loss is considered rare but has been noted in case reports. Escitalopram\u2019s strong serotonergic action may alter melatonin\u2013serotonin balance in follicles. A case study in <em>Annals of Pharmacotherapy<\/em> described dose-related hair loss associated with escitalopram that reversed after discontinuation.<\/li>\n\n\n\n<li><strong>Citalopram (Celexa):<\/strong> Very few cases have been reported, but citalopram may trigger telogen effluvium in sensitive patients. A case report in the <em>Journal of Clinical Psychiatry<\/em> detailed hair regrowth following the discontinuation of citalopram.<\/li>\n\n\n\n<li><strong>Fluvoxamine:<\/strong> Hair loss linked to fluvoxamine is extremely rare but has been documented. Like other SSRIs, it is thought to trigger hair shedding through serotonin-related follicle cycle disruption. A report in <em>Psychopharmacology Bulletin<\/em> described fluvoxamine-associated alopecia that resolved after stopping the drug.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-snris-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which SNRIs Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>SNRIs (Serotonin\u2013Norepinephrine Reuptake Inhibitors) act on both serotonin and norepinephrine, and these neurotransmitter shifts may interfere with the normal hair growth cycle.\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Venlafaxine (Effexor):<\/strong> Hair loss is rare but has been reported in several case studies. Venlafaxine increases both serotonin and norepinephrine levels, which may alter follicle cycling. A case report in the <em>Journal of Clinical Psychopharmacology<\/em> described venlafaxine-induced alopecia that resolved following drug withdrawal.<\/li>\n\n\n\n<li><strong>Duloxetine (Cymbalta):<\/strong> Hair loss is uncommon and documented mainly through case reports. Duloxetine\u2019s dual effect on serotonin and norepinephrine could influence hair follicle regulation. A published case in the <em>Primary Care Companion for CNS Disorders<\/em> reported duloxetine-related hair loss that reversed after discontinuation.<\/li>\n\n\n\n<li><strong>Desvenlafaxine (Pristiq):<\/strong> Very rare cases have been observed. As the active metabolite of venlafaxine, desvenlafaxine shares a similar pharmacological profile that may trigger telogen effluvium in sensitive patients. A case report in the <em>Indian Journal of Pharmacology<\/em> described hair shedding associated with desvenlafaxine use.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-tricyclic-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which Tricyclic Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>The connection between TCAs and hair loss is usually through telogen effluvium, where hair follicles prematurely enter the shedding phase. Compared to SSRIs and SNRIs, TCAs may pose a slightly higher risk due to their broader pharmacological effects, including anticholinergic activity and interactions with neurotransmitters beyond serotonin.<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Amitriptyline:<\/strong> Hair loss is considered rare but has been reported in case studies. Amitriptyline\u2019s strong anticholinergic and serotonergic actions may disrupt the follicle cycle. A case published in the <em>Journal of Clinical Psychiatry<\/em> described telogen effluvium that resolved after stopping amitriptyline.<\/li>\n\n\n\n<li><strong>Nortriptyline:<\/strong> Very few reports exist, but nortriptyline has been implicated in rare cases of drug-induced alopecia. The proposed mechanism involves changes in noradrenaline and serotonin regulation affecting hair growth. A report in <em>Clinical Neuropharmacology<\/em> described reversible alopecia following nortriptyline treatment.<\/li>\n\n\n\n<li><strong>Imipramine:<\/strong> Documented cases link imipramine to telogen effluvium, though the incidence is very low. Imipramine\u2019s inhibition of serotonin and norepinephrine reuptake may trigger hair shedding. A case study in the <em>International Journal of Dermatology<\/em> noted improvement after discontinuation.<\/li>\n\n\n\n<li><strong>Clomipramine:<\/strong> Rare cases of clomipramine-induced alopecia have been reported. Its strong serotonergic action is thought to alter the follicle growth cycle. A published case in <em>European Psychiatry<\/em> described hair loss that reversed after withdrawal.<\/li>\n\n\n\n<li><strong>Doxepin:<\/strong> Hair loss is extremely rare but has been observed. Doxepin\u2019s antihistaminic and antidepressant effects may play a role in follicle disruption. A case report in <em>Dermatologic Therapy<\/em> linked doxepin use to temporary alopecia.<\/li>\n\n\n\n<li><strong>Desipramine:<\/strong> Reports of desipramine-induced hair loss are rare but exist. Its noradrenergic action may influence follicle cycling in sensitive individuals. A case study in <em>Journal of Affective Disorders<\/em> highlighted resolution of alopecia after discontinuation.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-maois-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which MAOIs Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>MAOIs influence serotonin, norepinephrine, and dopamine levels by inhibiting the enzyme monoamine oxidase. This broad neurotransmitter effect may indirectly disrupt the hair growth cycle and lead to <strong>telogen effluvium<\/strong> in susceptible individuals.\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Phenelzine (Nardil):<\/strong> Rare reports link phenelzine to hair loss. Its strong inhibition of both MAO-A and MAO-B alters multiple neurotransmitter systems, which may affect follicle cycling. A case published in the <em>Journal of Clinical Psychiatry<\/em> described reversible hair loss after phenelzine use.<\/li>\n\n\n\n<li><strong>Tranylcypromine (Parnate):<\/strong> Very uncommon, but tranylcypromine has been associated with hair shedding in isolated reports. Its amphetamine-like properties and broad neurotransmitter effects may play a role. A case study in <em>Clinical Neuropharmacology<\/em> noted improvement in alopecia after discontinuation.<\/li>\n\n\n\n<li><strong>Isocarboxazid (Marplan):<\/strong> Extremely rare, but some case documentation exists. Its effect on serotonin and norepinephrine levels may trigger premature follicle transition into the shedding phase. A report in the <em>International Journal of Dermatology<\/em> described hair regrowth after stopping isocarboxazid.<\/li>\n\n\n\n<li><strong>Selegiline (Eldepryl, EMSAM patch):<\/strong> Primarily used in Parkinson\u2019s disease and sometimes depression, selegiline has very limited evidence linking it to hair loss. A case published in <em>Psychopharmacology Bulletin<\/em> mentioned reversible alopecia after transdermal selegiline therapy.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-atypical-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which Atypical Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>Atypical antidepressants include a diverse group of medications that do not fit neatly into SSRIs, SNRIs, or TCAs. They act on various neurotransmitters, including serotonin, norepinephrine, and dopamine. Hair loss linked to atypical antidepressants is generally <strong>rare<\/strong> and usually reversible, often presenting as <strong>telogen effluvium<\/strong>.<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Bupropion (Wellbutrin, Auvelity):<\/strong> Hair loss is rare but has been documented in several case reports. Bupropion\u2019s norepinephrine\u2013dopamine reuptake inhibition may alter follicle cycling. A report in <em>Annals of Pharmacotherapy<\/em> described bupropion-induced hair shedding that resolved after discontinuation.<\/li>\n\n\n\n<li><strong>Mirtazapine (Remeron):<\/strong> Hair loss is uncommon, reported in isolated cases. Its noradrenergic and specific serotonergic (NaSSA) activity may influence hair follicles. A case report in the <em>Journal of Clinical Psychopharmacology<\/em> described reversible hair loss after stopping mirtazapine.<\/li>\n\n\n\n<li><strong>Trazodone:<\/strong> Hair loss is very rare. As a serotonin antagonist and reuptake inhibitor (SARI), it may affect the follicle growth cycle. A case in <em>Clinical Neuropharmacology<\/em> documented telogen effluvium linked to trazodone that improved after discontinuation.<\/li>\n\n\n\n<li><strong>Vilazodone (Viibryd):<\/strong> Reports of hair loss are extremely limited. Its combined SSRI and partial serotonin receptor agonist activity may influence hair follicle cycles. A case in the <em>International Journal of Psychiatry in Clinical Practice<\/em> described reversible alopecia after stopping vilazodone.<\/li>\n\n\n\n<li><strong>Vortioxetine (Trintellix):<\/strong> Very rare cases reported. Its multimodal serotonergic activity could theoretically trigger hair shedding. A case in <em>Psychiatry and Clinical Neurosciences<\/em> documented hair regrowth following discontinuation.<\/li>\n\n\n\n<li><strong>Buspirone:<\/strong> Though primarily an anxiolytic, it is sometimes grouped with atypical antidepressants. Hair loss is extremely rare, with few documented cases. A report in <em>Clinical Neuropharmacology<\/em> described hair regrowth after stopping buspirone.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-newer-antidepressants-are-most-commonly-linked-to-hair-loss-in-patients\">Which Newer Antidepressants Are Most Commonly Linked to Hair Loss in Patients?<\/h3>\n\n<p>Newer antidepressants include recently developed medications with mechanisms that differ from traditional SSRIs, SNRIs, TCAs, and MAOIs. Hair loss is <strong>rare<\/strong> with these drugs, but a few case reports suggest a potential link through <strong>telogen effluvium<\/strong>, where hair prematurely enters the shedding phase.<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Esketamine (Spravato):<\/strong> Hair loss is extremely rare. Esketamine\u2019s NMDA receptor antagonism may indirectly influence hair follicle cycling. A case report in <em>Journal of Affective Disorders<\/em> documented reversible hair shedding following treatment with esketamine.<\/li>\n\n\n\n<li><strong>Agomelatine (Valdoxan):<\/strong> Hair loss is very rare, with minimal documentation. As a melatonergic agonist and serotonin receptor antagonist, agomelatine may affect hair growth indirectly. A report in <em>Human Psychopharmacology<\/em> noted hair regrowth after discontinuation.<\/li>\n\n\n\n<li><strong>Rasagiline (Azilect):<\/strong> Used primarily for Parkinson\u2019s but sometimes for depression, rasagiline-linked hair loss is extremely rare. Its MAO-B inhibition may theoretically influence follicle cycling. A single case in <em>Clinical Neuropharmacology<\/em> described temporary alopecia that resolved after stopping the drug.<\/li>\n<\/ul>\n\n<h3 class=\"wp-block-heading\" id=\"h-which-antidepressant-has-the-highest-risk-of-causing-hair-loss\">Which Antidepressant Has the Highest Risk of Causing Hair Loss?<\/h3>\n\n<p>Among all antidepressants, <strong>bupropion (Wellbutrin)<\/strong> has the strongest documented association with hair loss. While most antidepressants cause <strong>rare and reversible<\/strong> shedding, multiple case reports and cohort studies suggest bupropion may trigger hair loss slightly more frequently than SSRIs, SNRIs, or atypical agents.<\/p>\n\n<h4 class=\"wp-block-heading\" id=\"h-which-antidepressant-has-the-lowest-risk-of-causing-hair-loss\">Which Antidepressant Has the Lowest Risk of Causing Hair Loss?<\/h4>\n\n<p>Many antidepressants are associated with <strong>extremely rare or negligible hair loss<\/strong>, particularly those with selective or targeted mechanisms that minimally disrupt hair follicle cycling. Among all classes, <strong>SSRIs such as fluvoxamine<\/strong> and <strong>MAOIs like selegiline<\/strong> have very few documented cases of hair loss, making them some of the safest options in this regard.<\/p>\n\n<h3 class=\"wp-block-heading\" id=\"h-how-severe-is-hair-loss-caused-by-antidepressants\">How Severe Is Hair Loss Caused by Antidepressants?<\/h3>\n\n<p>Hair loss caused by antidepressants is generally <strong>mild to moderate<\/strong> rather than severe. Most patients experience <strong>diffuse thinning of hair across the scalp.\u00a0<\/strong><\/p>\n\n<p>The hair loss usually occurs <strong>2 to 4 months after <\/strong>starting the antidepressant, and the condition can last <strong>2 to 6 months<\/strong> if the medication is continued. Once the drug is reduced, switched, or discontinued, <strong>hair regrowth often begins within 2 to 3 months<\/strong> and is generally complete within <strong>6 months<\/strong>.<\/p>\n\n<p>A review in the <em>International Journal of Trichology<\/em> analyzed multiple case reports and small observational studies, concluding that antidepressant-induced hair loss is <strong>reversible and self-limiting<\/strong>, with severity ranging from mild thinning to moderate diffuse hair shedding, depending on the specific drug and patient susceptibility.<\/p>\n\n<h4 class=\"wp-block-heading\" id=\"h-what-signs-indicate-that-hair-loss-may-be-from-antidepressants\">What Signs Indicate that Hair Loss May be From Antidepressants?<\/h4>\n\n<p>Certain antidepressants may trigger hair loss in <strong>susceptible individuals<\/strong>, usually presenting as <strong>telogen effluvium<\/strong>, a temporary shedding of hair.\u00a0<\/p>\n\n<ul class=\"wp-block-list\">\n<li><strong>Diffuse Thinning:<\/strong> Hair becomes noticeably thinner across the entire scalp rather than in isolated patches. This is the most common presentation of antidepressant-induced hair loss.<br\/><\/li>\n\n\n\n<li><strong>Increased Hair Shedding:<\/strong> Patients may notice more hair falling out during brushing, washing, or on pillows and clothing.<br\/><\/li>\n\n\n\n<li><strong>Temporal Onset:<\/strong> Hair loss often begins <strong>2 to 4 months after starting the medication<\/strong>, which aligns with the hair growth cycle.<br\/><\/li>\n\n\n\n<li><strong>Reversible Pattern:<\/strong> Shedding is generally temporary, and hair often starts to regrow <strong>2\u20133 months after discontinuation or dose adjustment<\/strong>.<br\/><\/li>\n\n\n\n<li><strong>No Scalp Inflammation or Pain:<\/strong> Unlike alopecia areata or other dermatologic conditions, antidepressant-induced hair loss is typically not associated with redness, itching, or scalp irritation.<br\/><\/li>\n\n\n\n<li><strong>Symmetry:<\/strong> Hair loss usually occurs evenly on both sides of the scalp rather than in patchy areas, which helps distinguish it from other hair disorders.<\/li>\n<\/ul>\n\n<h4 class=\"wp-block-heading\" id=\"h-what-to-do-if-you-notice-hair-loss-on-antidepressants\">What to Do If You Notice Hair Loss on Antidepressants<\/h4>\n\n<p>If you experience hair loss while taking antidepressants, the following steps can help manage the situation and determine whether the medication is the cause:<\/p>\n\n<ol class=\"wp-block-list\">\n<li><strong>Consult Your Healthcare Provider:<\/strong> Discuss the hair loss with your prescribing doctor or psychiatrist. They can evaluate whether the antidepressant is causing the problem and weigh the risks and benefits of continuing treatment.<br\/><\/li>\n\n\n\n<li><strong>Review Medication History:<\/strong> Note when the hair loss began in relation to starting or changing your antidepressant. Timing can help determine whether the drug is likely responsible.<br\/><\/li>\n\n\n\n<li><strong>Consider Dose Adjustment:<\/strong> Under medical supervision, your doctor may reduce the dose to see if hair loss improves while still maintaining therapeutic benefits.<br\/><\/li>\n\n\n\n<li><strong>Switch Medications if Necessary:<\/strong> If hair loss persists, your doctor may suggest an alternative antidepressant with a lower reported risk of hair shedding.<br\/><\/li>\n\n\n\n<li><strong>Supportive Hair Care:<\/strong> Use gentle shampoos, avoid excessive heat styling, and minimize harsh chemical treatments to reduce additional stress on hair follicles.<br\/><\/li>\n\n\n\n<li><strong>Monitor Progress:<\/strong> Track hair shedding over time. Most antidepressant-related hair loss is <strong>temporary<\/strong> and regrowth typically begins <strong>2\u20133 months after discontinuation or adjustment<\/strong>.<br\/><\/li>\n\n\n\n<li><strong>Consider Supplements or Nutrition Support:<\/strong> Ensure adequate intake of protein, iron, zinc, and biotin, which support healthy hair growth. Only take supplements after consulting your healthcare provider.<\/li>\n<\/ol>\n\n<h5 class=\"wp-block-heading\" id=\"h-can-adjusting-the-dosage-reduce-the-risk-of-hair-thinning\">Can Adjusting the Dosage Reduce the Risk of Hair Thinning?<\/h5>\n\n<p>Yes, <strong>adjusting the dosage of an antidepressant can sometimes reduce the risk of hair thinning<\/strong>, particularly if the hair loss is <strong>dose-dependent<\/strong> or linked to individual sensitivity at higher levels of the drug. Lowering the dosage under medical supervision can help mitigate this side effect while maintaining therapeutic benefits.\u00a0<\/p>\n\n<p>Why Is It Dangerous to Stop Antidepressants Without Medical Supervision?<\/p>\n\n<p>Stopping antidepressants without medical supervision is <strong>very dangerous<\/strong> because abrupt discontinuation can trigger <strong>withdrawal symptoms, relapse of depression, or other psychiatric and physical complications<\/strong>. Antidepressants alter neurotransmitter levels in the brain, and sudden cessation can destabilize these systems, leading to both short-term and long-term risks.<\/p>\n\n<ul class=\"wp-block-list\">\n<li>Severe <strong>withdrawal symptoms<\/strong> (dizziness, nausea, flu-like symptoms, irritability, insomnia)<br\/><\/li>\n\n\n\n<li><strong>Relapse or worsening<\/strong> of depression or anxiety<br\/><\/li>\n\n\n\n<li>Increased <strong>risk of suicidal thoughts or behaviors<\/strong>, especially in vulnerable patients<br\/><\/li>\n\n\n\n<li><strong>Mood swings, agitation, or confusion<\/strong><strong><br\/><\/strong><\/li>\n\n\n\n<li>Rare neurological effects, including sensory disturbances (\u201cbrain zaps\u201d)<\/li>\n<\/ul>\n\n<p>A doctor can create a safe <strong>tapering schedule<\/strong>, monitor for adverse effects, and ensure that mental health remains stable throughout the process. Stopping without guidance can lead to serious physical and psychological consequences.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Depression affects millions worldwide, and while the focus is often on mental health, it can also impact physical well-being, including<\/p>\n","protected":false},"author":25,"featured_media":152994,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-169897","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","infinite-scroll-item","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-33"],"lang":"fr","translations":{"en":153723,"ru":169369,"ar":169371,"es":169893,"de":169895,"fr":169897,"it":169899,"pt-pt":169901},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Liste des 28 antid\u00e9presseurs provoquant la chute des cheveux - Vera Clinic<\/title>\n<meta name=\"description\" content=\"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux\" \/>\n<meta property=\"og:description\" content=\"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/\" \/>\n<meta property=\"og:site_name\" content=\"VeraClinic\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/veraclinic.net\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-23T06:53:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-19T09:57:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1391\" \/>\n\t<meta property=\"og:image:height\" content=\"672\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"G\u00fcnd\u00fcz Karake\u00e7e\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@veraclinic\" \/>\n<meta name=\"twitter:site\" content=\"@veraclinic\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"G\u00fcnd\u00fcz Karake\u00e7e\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"20 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/\"},\"author\":{\"name\":\"G\u00fcnd\u00fcz Karake\u00e7e\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#\\\/schema\\\/person\\\/31ab519dca72540fee9d4340c9172227\"},\"headline\":\"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux\",\"datePublished\":\"2025-09-23T06:53:09+00:00\",\"dateModified\":\"2026-05-19T09:57:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/\"},\"wordCount\":4219,\"publisher\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Vera-Clinic-Blog-Kapagi-08.webp\",\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"MedicalWebPage\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/\",\"url\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/\",\"name\":\"Liste des 28 antid\u00e9presseurs provoquant la chute des cheveux - Vera Clinic\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Vera-Clinic-Blog-Kapagi-08.webp\",\"datePublished\":\"2025-09-23T06:53:09+00:00\",\"dateModified\":\"2026-05-19T09:57:23+00:00\",\"description\":\"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/\"]}],\"reviewedBy\":{\"@type\":\"Physician\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/our-doctors\\\/emin-gul\\\/#physician\"},\"lastReviewed\":\"2026-05-19\",\"audience\":{\"@type\":\"MedicalAudience\",\"audienceType\":\"Patients\"}},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Vera-Clinic-Blog-Kapagi-08.webp\",\"contentUrl\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/Vera-Clinic-Blog-Kapagi-08.webp\",\"width\":1391,\"height\":672},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Greffe de cheveux en Turquie\",\"item\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/\",\"name\":\"Hair Transplant Turkey - Istanbul 2026\",\"description\":\"Hair Transplant Turkey - Istanbul 2026\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#organization\"},\"alternateName\":\"Vera Clinic\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":[\"Organization\",\"MedicalBusiness\",\"MedicalOrganization\"],\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/#medicalorg\",\"name\":\"Vera Clinic | Hair Transplant Turkey - Istanbul\",\"alternateName\":\"Vera Clinic\",\"url\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Black.svg\",\"contentUrl\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Black.svg\",\"caption\":\"Vera Clinic | Hair Transplant Turkey - Istanbul\"},\"image\":{\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/veraclinic.net\",\"https:\\\/\\\/x.com\\\/veraclinic\",\"https:\\\/\\\/www.instagram.com\\\/veraclinic\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/veraclinic\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/veraclinic\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/VeraClinic\"],\"legalName\":\"ESTEVERA SA\u011eLIK H\u0130Z. VE DAN. T\u0130C. LTD. ST\u0130.\",\"vatID\":\"936499-0\",\"taxID\":\"3800538109\",\"medicalSpecialty\":[\"Dermatology\",\"PlasticSurgery\",\"Hair Restoration\"],\"slogan\":\"Hair Transplant Turkey - Istanbul 2026\",\"department\":{\"@type\":\"MedicalClinic\",\"name\":\"Hair Restoration Clinic\",\"image\":\"https:\\\/\\\/www.veraclinic.net\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/Black.svg\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.veraclinic.net\\\/fr\\\/#\\\/schema\\\/person\\\/31ab519dca72540fee9d4340c9172227\",\"name\":\"G\u00fcnd\u00fcz Karake\u00e7e\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g\",\"caption\":\"G\u00fcnd\u00fcz Karake\u00e7e\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Liste des 28 antid\u00e9presseurs provoquant la chute des cheveux - Vera Clinic","description":"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/","og_locale":"fr_FR","og_type":"article","og_title":"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux","og_description":"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.","og_url":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/","og_site_name":"VeraClinic","article_publisher":"https:\/\/www.facebook.com\/veraclinic.net","article_published_time":"2025-09-23T06:53:09+00:00","article_modified_time":"2026-05-19T09:57:23+00:00","og_image":[{"width":1391,"height":672,"url":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp","type":"image\/webp"}],"author":"G\u00fcnd\u00fcz Karake\u00e7e","twitter_card":"summary_large_image","twitter_creator":"@veraclinic","twitter_site":"@veraclinic","twitter_misc":{"\u00c9crit par":"G\u00fcnd\u00fcz Karake\u00e7e","Dur\u00e9e de lecture estim\u00e9e":"20 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#article","isPartOf":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/"},"author":{"name":"G\u00fcnd\u00fcz Karake\u00e7e","@id":"https:\/\/www.veraclinic.net\/fr\/#\/schema\/person\/31ab519dca72540fee9d4340c9172227"},"headline":"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux","datePublished":"2025-09-23T06:53:09+00:00","dateModified":"2026-05-19T09:57:23+00:00","mainEntityOfPage":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/"},"wordCount":4219,"publisher":{"@id":"https:\/\/www.veraclinic.net\/fr\/#organization"},"image":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#primaryimage"},"thumbnailUrl":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp","articleSection":["Uncategorized"],"inLanguage":"fr-FR"},{"@type":"MedicalWebPage","@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/","url":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/","name":"Liste des 28 antid\u00e9presseurs provoquant la chute des cheveux - Vera Clinic","isPartOf":{"@id":"https:\/\/www.veraclinic.net\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#primaryimage"},"image":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#primaryimage"},"thumbnailUrl":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp","datePublished":"2025-09-23T06:53:09+00:00","dateModified":"2026-05-19T09:57:23+00:00","description":"D\u00e9couvrez la liste actualis\u00e9e des 28 antid\u00e9presseurs pouvant induire une chute de cheveux, avec posologie incrimin\u00e9e et m\u00e9canisme actif.","breadcrumb":{"@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/"]}],"reviewedBy":{"@type":"Physician","@id":"https:\/\/www.veraclinic.net\/our-doctors\/emin-gul\/#physician"},"lastReviewed":"2026-05-19","audience":{"@type":"MedicalAudience","audienceType":"Patients"}},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#primaryimage","url":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp","contentUrl":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2025\/09\/Vera-Clinic-Blog-Kapagi-08.webp","width":1391,"height":672},{"@type":"BreadcrumbList","@id":"https:\/\/www.veraclinic.net\/fr\/liste-des-antidepresseurs-provoquant-la-chute-des-cheveux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Greffe de cheveux en Turquie","item":"https:\/\/www.veraclinic.net\/fr\/"},{"@type":"ListItem","position":2,"name":"Liste des antid\u00e9presseurs associ\u00e9s \u00e0 la chute de cheveux"}]},{"@type":"WebSite","@id":"https:\/\/www.veraclinic.net\/fr\/#website","url":"https:\/\/www.veraclinic.net\/fr\/","name":"Hair Transplant Turkey - Istanbul 2026","description":"Hair Transplant Turkey - Istanbul 2026","publisher":{"@id":"https:\/\/www.veraclinic.net\/fr\/#organization"},"alternateName":"Vera Clinic","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.veraclinic.net\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":["Organization","MedicalBusiness","MedicalOrganization"],"@id":"https:\/\/www.veraclinic.net\/#medicalorg","name":"Vera Clinic | Hair Transplant Turkey - Istanbul","alternateName":"Vera Clinic","url":"https:\/\/www.veraclinic.net\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.veraclinic.net\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2023\/08\/Black.svg","contentUrl":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2023\/08\/Black.svg","caption":"Vera Clinic | Hair Transplant Turkey - Istanbul"},"image":{"@id":"https:\/\/www.veraclinic.net\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/veraclinic.net","https:\/\/x.com\/veraclinic","https:\/\/www.instagram.com\/veraclinic","https:\/\/www.linkedin.com\/company\/veraclinic\/","https:\/\/www.pinterest.com\/veraclinic\/","https:\/\/www.youtube.com\/c\/VeraClinic"],"legalName":"ESTEVERA SA\u011eLIK H\u0130Z. VE DAN. T\u0130C. LTD. ST\u0130.","vatID":"936499-0","taxID":"3800538109","medicalSpecialty":["Dermatology","PlasticSurgery","Hair Restoration"],"slogan":"Hair Transplant Turkey - Istanbul 2026","department":{"@type":"MedicalClinic","name":"Hair Restoration Clinic","image":"https:\/\/www.veraclinic.net\/wp-content\/uploads\/2023\/08\/Black.svg"}},{"@type":"Person","@id":"https:\/\/www.veraclinic.net\/fr\/#\/schema\/person\/31ab519dca72540fee9d4340c9172227","name":"G\u00fcnd\u00fcz Karake\u00e7e","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1352058350b42d13a3e4abfec3bff42b6094d0f7ccbf3291b2a8162b8e4e99bc?s=96&d=mm&r=g","caption":"G\u00fcnd\u00fcz Karake\u00e7e"}}]}},"_links":{"self":[{"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/posts\/169897","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/comments?post=169897"}],"version-history":[{"count":2,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/posts\/169897\/revisions"}],"predecessor-version":[{"id":170431,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/posts\/169897\/revisions\/170431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/media\/152994"}],"wp:attachment":[{"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/media?parent=169897"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/categories?post=169897"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veraclinic.net\/fr\/wp-json\/wp\/v2\/tags?post=169897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}