function quickPick() { let checkboxes = document.querySelectorAll('input[type="checkbox"]'); let selectedNumbers = new Set(); let pickType = document.querySelector('input[name="pickType"]:checked')?.value || "random"; let numSelections = parseInt(document.getElementById("numPicks").value); checkboxes.forEach(cb => cb.checked = false); // Clear previous selections while (selectedNumbers.size < numSelections) { let randomNumber; if (pickType === "hot" && hotNumbers.length > 0) { randomNumber = hotNumbers[Math.floor(Math.random() * hotNumbers.length)]; } else if (pickType === "cold" && coldNumbers.length > 0) { randomNumber = coldNumbers[Math.floor(Math.random() * coldNumbers.length)]; } else { randomNumber = Math.floor(Math.random() * 60) + 1; // Fully random } selectedNumbers.add(randomNumber); } checkboxes.forEach(cb => { if (selectedNumbers.has(parseInt(cb.value))) { cb.checked = true; } }); }
Share with friends

Have My Numbers Ever Won the Lottery? 🎯

Ever wondered whether your favourite numbers — birthdays, anniversaries, or lucky picks — have ever actually won? Since the first UK National Lottery draw in 1994, millions of people have played the same numbers week after week… and many still ask: what if my numbers finally came up after I stopped playing?

LotteryChecker lets you find out instantly. Use our free historic lottery checker to see whether your numbers have ever matched a winning line across every UK Lotto draw since 1994. No registration, no downloads — just fast, accurate results.

🔍 Check My Numbers Free

No sign-in needed for quick checks • Advanced tools available after free signup


Free Lottery Tools & Results

🧮

Historic Number Checker

Check any 6 numbers against every UK Lotto draw since 1994 and see exactly when they’ve won before.

Check numbers now →
📅

Latest Lottery Results

View the most recent UK Lotto draw results and compare them with your own numbers.

View latest results →
🗂️

Complete Draw History

Browse or download the full UK Lottery draw archive and explore past winning numbers by date.

Browse draw history →

Lottery Guides & Insights

💡 Want deeper insights?
LotteryChecker Pro unlocks advanced tools like number analysis, smart wheels, ticket management, and automatic result checking — all in one place.