Pub names

Pub names, actually counted

Everybody quotes a number for the commonest pub name and nobody says where it came from. Published figures for the commonest pub name disagree with each other, and none of the ones we found says what it counted or could be run again.

So we counted, from OpenStreetMap, and wrote the query down beside the answer. Ours is not a better number than theirs. It is a number you can check. Why there are so many Red Lions explains where the name came from; this page is only the arithmetic.

The count

20 names, 3,902 pubs, in the United Kingdom and Ireland, on 10 September 2026.

NameUnited KingdomIrelandTotal
Red Lion4731474
Royal Oak3892391
Swan3045309
Railway2624266
White Hart2470247
Crown2460246
White Horse2201221
Rose and Crown2110211
New Inn2071208
Plough1850185
Wheatsheaf1600160
King's Arms1420142
Bell1282130
Coach and Horses1210121
Queen's Head1150115
King's Head1140114
Fox and Hounds1101111
George1031104
Ship80181
Star65166

How we counted

Overpass API, objects tagged amenity=pub or amenity=bar whose name matches the regular expression, case-insensitively, inside the country boundary. Nodes, ways and relations are all counted, so a pub mapped only as a building is included as well as one mapped as a point. Where a pub is mapped both ways OpenStreetMap holds two objects, and this count includes both.

The name has to match exactly, give or take a leading "The". A pub called the Red Lion Hotel is not counted as a Red Lion here, and neither is the Old Red Lion. That is a choice, and it is the likeliest reason our Red Lion figure is lower than the published ones. How much a looser match would change the figure, we have not measured.

Here is the query behind the first row, exactly as it was sent. Paste it into overpass-turbo.eu and you will get today's answer, which may not be ours.

[out:json][timeout:90];area["ISO3166-1"="GB"][admin_level=2]->.a;nwr["amenity"~"^(pub|bar)$"]["name"~"^(the )?red lion$",i](area.a);out count;

What it does not tell you

A count of names is not a count of pubs, and this one has three particular limits worth saying out loud.

  • It counts what is mapped, not what exists. OpenStreetMap's coverage of British pubs is unusually good, but a pub nobody has added is a pub we have not counted, and a pub that closed last year often keeps its tag for a while yet.
  • It counts the sign, not the age. Nothing here says how old any of them are. A common name is not evidence of an old pub — a great many Red Lions are Victorian, and several are 1990s. That is what the rest of this site is for.
  • It counts bars too. The query takes anything OpenStreetMap tags as a pub or a bar, because the line between the two is drawn differently from town to town.
  • It counts one spelling. Kings Head, King's Head and Kings' Head are all folded together; the Red Lion Hotel is not. Every counting rule draws that line somewhere, and where it is drawn changes the answer more than anything else does.

The figures are free to reuse under CC BY 4.0, with the underlying data Counted from OpenStreetMap data © OpenStreetMap contributors, ODbL (https://www.openstreetmap.org/copyright).

Found something wrong?Suggest a correction