Conversion rate suddenly halved: what to check first
A systematic approach to diagnosing why your website stopped converting visitors into buyers
Conversion drops demand immediate attention
When conversion rate suddenly halves, every visitor costs you twice as much. If you’re running paid traffic, you’re burning money. Unlike gradual decline that might reflect market shifts, sudden conversion drops almost always have specific, fixable causes. Finding them fast limits the damage.
Step 1: Verify the data
Confirm the drop is real before investigating.
Check tracking integrity:
Is your conversion tracking working? Test a transaction and verify it appears in analytics.
Compare data sources:
Does your e-commerce platform order count match analytics conversions? Discrepancies suggest tracking issues.
Sample size consideration:
Is your traffic volume high enough for the change to be statistically significant? A handful of orders difference can swing conversion rate dramatically at low volumes.
Time period alignment:
Are you comparing equivalent periods? Full week to full week, not partial weeks.
Step 2: Establish the timeline
When exactly did conversion drop?
Daily breakdown:
Look at conversion rate by day. Identify the exact day or days when conversion changed.
Hour-level view:
If possible, look at hourly data around the change. Pinpoint the moment helps identify the cause.
Correlate with changes:
What happened on or just before the drop? Website deployments, marketing changes, or external events?
Step 3: Test the checkout yourself
The most common cause is something broke.
Complete a test purchase:
Go through your entire checkout process. Use a real payment method if possible.
Test on multiple devices:
Desktop, mobile phone, tablet. Test major browsers—Chrome, Safari, Firefox.
Test all payment methods:
Credit card, PayPal, Apple Pay, whatever you offer. One broken payment method can tank conversion.
Test with different scenarios:
Guest checkout, logged-in checkout, with coupon, without coupon. Different paths might have different problems.
Step 4: Check for technical errors
Technical issues are the most common sudden conversion killers.
JavaScript errors:
Open browser developer console and look for errors. JavaScript errors can break checkout functionality.
Page load speed:
Did load time dramatically increase? Slow pages kill conversion. Check for new heavy elements.
Form functionality:
Do all form fields work? Can customers enter their information? Validation working correctly?
Error logs:
Check your server error logs. 500 errors or payment gateway errors will appear here.
Step 5: Check payment processing
Payment issues directly block conversion.
Payment gateway status:
Is your payment processor reporting issues? Check their status page.
Declined transactions:
Look at your declined transaction rate. Sudden increase suggests gateway problems.
API credentials:
Did payment API keys expire or get changed?
3D Secure or verification issues:
New fraud protection measures can add friction and reduce conversion.
Step 6: Segment the conversion drop
Identify where the drop is concentrated.
By device:
Did mobile, desktop, or both drop? Device-specific drops suggest device-specific bugs.
By browser:
Did specific browsers drop? Browser-specific issues after updates are common.
By traffic source:
Did all traffic sources drop equally? If only paid traffic dropped, it might be traffic quality, not site issues.
By landing page:
Did conversion drop for all entry points or specific pages?
Step 7: Analyze the funnel
Find where in the journey customers are leaving.
Product page to cart:
Are people adding to cart normally? If not, product page or pricing issue.
Cart to checkout:
Are people starting checkout? If not, shipping costs, cart page, or checkout button issue.
Checkout to payment:
Are people entering payment info? If not, checkout form or trust issue.
Payment to completion:
Are payments failing? If drop happens here, payment processing problem.
Step 8: Review recent changes
What changed recently?
Website updates:
New code deployment? Theme update? Plugin update? App installation? Any change is suspect.
Checkout changes:
New checkout flow? Added fields? Changed payment options?
Shipping or pricing changes:
Changed shipping rates, minimum order, or free shipping threshold?
Promotion changes:
Did a promotion end? Customers expecting discounts might abandon when they don’t find them.
Step 9: Check external factors
Sometimes the cause is outside your site.
Traffic quality change:
Did your marketing targeting change? New traffic sources? Lower-quality traffic converts worse.
Competitor activity:
Did a competitor launch a major promotion or undercut your pricing?
Market events:
Economic news or events affecting consumer confidence in your category?
Step 10: Check customer feedback
Customers might be telling you what’s wrong.
Customer service inquiries:
Are customers contacting support about checkout issues? They might report problems you haven’t found.
Abandoned cart emails:
If you send recovery emails, check responses. Customers might explain why they didn’t complete.
Live chat transcripts:
If you have chat, review recent transcripts for checkout-related complaints.
Common causes of sudden conversion drops
Check these frequent culprits:
Broken checkout button or form. Payment gateway error or credential expiration. JavaScript error breaking functionality. SSL certificate expired. Shipping rates increased or display broken. New checkout fields adding friction. Mobile site broken after update. Browser-specific bug after browser update. Coupon or discount code required but not available. Trust badges or security seals removed. Inventory showing out of stock incorrectly.
Quick fixes to try
If you can’t find the cause:
Revert recent changes:
If you deployed code recently, roll back. Faster than debugging.
Clear caches:
Site cache, CDN cache, browser cache. Caching issues can cause strange behavior.
Restart services:
Sometimes a fresh start resolves mysterious issues.
Contact platform support:
If using Shopify, BigCommerce, etc., contact support. They might be aware of platform issues.
Monitoring for future prevention
Catch problems faster next time.
Real-time conversion alerts:
Set up alerts for significant conversion rate drops. Catch issues within hours, not days.
Synthetic monitoring:
Automated checkout testing that runs regularly and alerts you to failures.
Error monitoring:
Tools that capture and alert on JavaScript errors and server errors.
Diagnostic checklist summary
Work through systematically:
Verify tracking and data accuracy. Establish exact timeline of drop. Test checkout yourself on multiple devices. Check for technical and JavaScript errors. Verify payment processing is working. Segment drop by device, browser, and traffic source. Analyze funnel for drop-off point. Review all recent website and marketing changes. Consider external factors. Check customer feedback channels. Revert recent changes if cause not found.
Conversion drops are urgent but usually fixable. Systematic investigation almost always reveals the cause. Fix it fast and monitor closely to confirm recovery.

