top of page

What is Compassion Focused Therapy?

  • Writer: Sarah Cosway | BABCP
    Sarah Cosway | BABCP
  • Oct 13, 2021
  • 1 min read

Updated: May 6


An image asking what is compassion focused therapy CFT

Compassion focused therapy, or CFT, is another third-wave approach (see my earlier post on an alternative third-wave approach - Acceptance & Commitment Therapy) & draws on evolutionary psychology to understand the challenges that the human brain can experience in our modern world due to its evolutionary history. The human brain is an amazing organ - it can think about itself! But this can lead to problems such as shame & self-criticism.


Underlying shame & self-criticism can feed difficulties such as anxiety & depression. They can also present a barrier in therapy, making progress more difficult if they are left unadressed. People experiencing high levels of shame & self-criticism may often have backgrounds where abuse, bullying, neglect, or criticism are factors & Compassion focused therapies are particularly helpful in these cases.


The Compassionate Mind Foundation is a charity established in 2006 by Prof. Paul Gilbert and is the leading provider of training and research into compassionate approaches - you can find a wealth of information on their website if you are interested in finding out more about the compassionate approaches.


Photo credit: Sirisvisual on Unsplash

Comments


Sarah-22.jpg

Subscribe for Email updates

Subscribe to get an email update and never miss a new post again.

Thanks for subscribing!

  • Facebook
  • Instagram
  • Threads
  • Linkedin

© 2026 Cosway CBT

bottom of page
window.addEventListener('message', function(e) { if (!e.data || e.data.type !== 'wixTocScroll') return; // Scroll to bottom (for Crisis Resources) if (e.data.scrollToBottom) { window.scrollTo({ top: document.body.scrollHeight, behavior: 'smooth' }); return; } var el = null; // Try Wix anchor ID first if (e.data.anchor) { el = document.getElementById(e.data.anchor); } // Fallback: find heading by text if no ID match if (!el && e.data.heading) { var headings = document.querySelectorAll('h1,h2,h3,h4,h5,h6'); var hint = e.data.heading.toLowerCase(); for (var i = 0; i < headings.length; i++) { if (headings[i].textContent.toLowerCase().indexOf(hint) !== -1) { el = headings[i]; break; } } } if (el) el.scrollIntoView({ behavior: 'smooth', block: 'start' }); });