top of page

A simple tool for if you worry too much

  • Writer: Sarah Cosway | BABCP
    Sarah Cosway | BABCP
  • Nov 10, 2021
  • 1 min read

Updated: May 6

We all worry at times, but if you find that your worry is taking over and getting in the way of enjoying life then you need some strategies for starting to get it under control again.

One way of doing this is to process your worry and work with it, rather than allowing it to spin round and around in your head.

Try using this set of questions to see if you can work through to a different perspective on the thing you are worrying about...this may then enable you to let go of the worry and get back to doing the things you enjoy.

Let me know in the comments below how you get on!

A worry flowchart to help you process worries and reduce anxiety

For a downloadable version go here

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' }); });