what is a losing bonus point rugby
A losing bonus point in rugby is a league point awarded to a team that loses a match but finishes within a small margin on the scoreboard, usually seven points or fewer, so they don’t leave the game with nothing.
What is a losing bonus point in rugby?
In most rugby union competitions, the table (standings) points work like this:
- Win: 4 points
- Draw: 2 points
- Loss: 0 points
On top of that, bonus points are added:
- 1 try bonus point for scoring a set number of tries (often 4 or more).
- 1 losing bonus point if you lose by 7 points or fewer.
So, if your team loses 23–19, they still get a losing bonus point because the margin is 4, which is within seven.
How the losing bonus point works (with examples)
Think of it as a small reward for staying close in the contest.
- Lose by 8+ points → 0 table points (unless you also got a try bonus).
- Lose by 7 or fewer → 1 losing bonus point.
- Lose by 7 or fewer and score 4+ tries → 2 bonus points (1 losing + 1 try bonus).
HTML table version for clarity (common system used in many leagues):
html
<table>
<thead>
<tr>
<th>Match outcome</th>
<th>Conditions</th>
<th>Points earned</th>
</tr>
</thead>
<tbody>
<tr>
<td>Win</td>
<td>Any margin, < 4 tries</td>
<td>4</td>
</tr>
<tr>
<td>Win + try bonus</td>
<td>Win and score ≥ 4 tries</td>
<td>5 (4 + 1 bonus)</td>
</tr>
<tr>
<td>Draw</td>
<td>Any scoreline</td>
<td>2</td>
</tr>
<tr>
<td>Draw + try bonus</td>
<td>Draw and score ≥ 4 tries</td>
<td>3 (2 + 1 bonus)</td>
</tr>
<tr>
<td>Loss (no bonus)</td>
<td>Lose by ≥ 8, < 4 tries</td>
<td>0</td>
</tr>
<tr>
<td>Losing bonus only</td>
<td>Lose by ≤ 7, < 4 tries</td>
<td>1</td>
</tr>
<tr>
<td>Try bonus only</td>
<td>Lose by ≥ 8, score ≥ 4 tries</td>
<td>1</td>
</tr>
<tr>
<td>Both bonus points</td>
<td>Lose by ≤ 7 and score ≥ 4 tries</td>
<td>2</td>
</tr>
</tbody>
</table>
Why do losing bonus points exist?
The losing bonus point is there to keep teams attacking and competing until the final whistle, even when they’re behind.
- It rewards teams that push opponents close instead of collapsing.
- It encourages positive, attacking rugby and late comebacks because every point matters in the league table.
In tournaments like the Six Nations, this system can decide titles, as a team might win a championship thanks to a mix of wins, try bonuses, and losing bonuses, not just simple wins and losses.
Where is the losing bonus point used?
Many modern rugby union competitions use a version of this bonus point system:
- Domestic leagues (e.g., in Europe and the Southern Hemisphere).
- International tournaments like the Rugby World Cup pool stage and the Six Nations.
Details can vary slightly between competitions, but the core idea is the same: a losing bonus point is 1 table point for losing by a small margin, typically seven or fewer.
TL;DR
A losing bonus point in rugby is a single league point given to a team that loses by seven points or fewer, often alongside separate try bonus rules, to reward close games and positive play.
Information gathered from public forums or data available on the internet and portrayed here.