Tennis Tiebreak Score Validator
Check a tiebreak score such as 7-5 or 10-8: the winner needs at least 7 points and a 2-point margin, and past 7 the gap must be exactly 2.
Validade
—
When a tie-break score is valid
The tie-break settles a set locked at six games each, and its score follows two rules at once: the winner has to reach seven points, and has to finish two clear. When the two collide — six all — play continues until someone leads by two, which allows scores like 12-10 or, in celebrated cases, far beyond.
Type the score and the page checks three conditions: the winner reached at least seven, the margin is at least two, and above seven the margin is exactly two. That last one is what most often slips past: a score like 9-5 is impossible, because the match would have ended at 7-5 before reaching it.
Worth knowing that variants exist with different rules. The ten-point tie-break, used as a deciding set in doubles and at many tournaments, requires ten instead of seven while keeping the two-point margin. And Wimbledon's final-set tie-break now starts at twelve games all. The validation here covers the classic seven-point form.
Frequently asked questions
Why is 9-5 impossible?
What is the longest recorded tie-break?
Who serves in a tie-break?
Related Tools
NCM Code Validator
Validate NCM format (8 numeric digits). Decomposes into chapter (2), position (2), subposition (2), item (2). No official table check.
Base32 Crockford Validator
Check if a string uses only the Base32 Crockford alphabet (omits I, L, O, U to avoid ambiguity). Common in human-readable IDs.
Bradesco Bank Account Validator
Validate Bradesco account format: 4-digit branch + 7-digit account + 1 DV. Checks format and bank patterns.
Geographic Coordinate Validator
Accepts coordinates in multiple formats (decimal, DMS, with hemispheres) and validates lat/lon ranges.
Brazilian Bank Account Validator
Validate Brazilian bank account numbers by check digit for major banks (Bradesco, Itaú, Banco do Brasil, Santander and Caixa). Browser-side verification.
Ethereum Address Validator
Validate Ethereum addresses (0x + 40 hex). Detects EIP-55 checksum (mixed case) and indicates if the address is valid with checksum.