CAPTCHA Can Kill Your Conversion Rate
Nov 04, 2009 (5 comments)

More and more websites are using CAPTCHA to avoid spam, but they’re typically bad for your business as CAPTCHAs have major usability problems. Most visitors simply get them wrong.
Why CAPTCHAs Are Bad For Business
From the perspective of a web developer, a CAPTCHA may seem like a great solution to prevent spam. However, from a business perspective CAPTCHAs can be pure poison as they have a lot of usability problems:
- CAPTCHAs are difficult to decipher. This is what makes them technically good, however, obscuring text and asking your visitors to repeat that text will hurt your conversion rate badly. And let’s face it, even people working with websites daily read a CAPTCHA wrong every now and then.
- CAPTCHAs carry no meaning. Most CAPTCHAs are just a random combination of letters and numbers, leaving your visitors with little clues as to whether or not they got it right before submitting the form. Additionally, even if they do read it correctly, because it have to be an exact match there’s also the risk of your visitor simply mistyping it.
- Your visitors don’t understand what CAPTCHAs are for. Why are you forcing them to go through an eye exam and spelling test? Some will be annoyed that you’re treating them like a 3rd grader, others may even fell insulted.
- People with lowered vision can’t read your CAPTCHA. This makes it near impossible for them to read the already mangled characters of your CAPTCHA.
Some visitors will leave you site immediately when they see your CAPTCHA simply because they don’t understand what it’s for (problem 3). The visitors that do understand it, but are either unable to see it (problem 4), can’t read it (1) or mistyped it (2), will get so frustrated that there’s a good chance they will leave your site too.
Are you willing to take this chance? My suggestion is to set up a split test where you remove the CAPTCHA and then compare the value of the extra conversions against the extra hassle of deleting some additional spam.
If You Still Need A CAPTCHA…
If you absolutely, positively must implement a CAPTCHA on your site, then at least consider these 6 ways of making you captcha more user friendly:
- Use a huge CAPTCHA so your visitors won’t have to go scrambling for their reading glasses.
- Make the CAPTCHA ask for real words or sentences so your visitors can deduce the characters that are really difficult to read from the characters that are easier to read.
- Reload just the CAPTCHA if your visitor gets it wrong so he don’t have to fill in all the other form fields on the page again.
- Give your visitors an option to get a new CAPTCHA image so they have the possibility to get another.
- Tell your visitors you’ve implemented the CAPTCHA to prevent spam. This way you at least explain to them why they need to through all that hassle and some visitors may even sympathize with you, as they themselves have trouble with spam.
- Only ask your visitors to type your CAPTCHA once through the entire session. E.g. if you have a service for getting price quotes, don’t show a CAPTCHA at every request, only during the first request.
What’s your opinion on CAPTCHAs? Post a comment (5 so far).

Comments:
Robert Nov 04 ‘09 → Reply to this comment
Great post!
Anyways: I don’t understand is how for example a lot of wordpress-sites can easily live without a captcha. Are they doing something with the email to prevent spam? Something else? What are you using(own blog-software I guess)?
Jamie, Baymard Institute Nov 05 ‘09 → Reply to this comment
Thanks Robert,
WordPress blogs have Akismet installed by default I believe. You may need an API-key but it is free.
This blog is custom-built in Ruby on Rails (so we can easily implement various kinds of tracking) and we have a very simple system that just looks at any new comment and if it has more than two links in it, the comment is marked for review and one of us then have to manually approve or delete it.
johnson Nov 10 ‘09 → Reply to this comment
great post, hate those Captchas
CHS Mar 31 ‘10 → Reply to this comment
Do you know what % of websites are abandoned due to bad captcha?
Christian, Baymard Institute Apr 02 ‘10 → Reply to this comment
@CHS
No I don’t have such statistic. CAPTCHA abandon rates are very individual to each site so any example statistics wouldn’t have much use to anyone, but try to do an A/B split test, with and without the CAPTCHA, and see which one works best. I’m sure you’ll reach the same conclusion we did.