alifeee's blog

_RSS_

UK Railcards and all the differences between the 16-25 and 26-30 Railcard

Welcome to a semi deep dive on UK Railcards.

This is inspired from the string of questions and answers of:

When can you stop using a 16-25 railcard?

You can buy a 1-year 16-25 railcard up to the day before you turn 26, so you can use one up to the day before you turn 27.

...or "until you are 27".

So, should you try to eke it out?

Well, there is a 26-30 Railcard. So, it's pointless trying to game any systems if they are functionally the same.

(spoilers: probably don't bother eking, just buy the 26-30)

Are the 16-25 and 26-30 railcards functionally the same?

What a good question! Let's find out. We will be lamenting the difference between the railcard websites, lamenting the difference between the Terms & Conditions, and lamenting the lack of a universal Railcard.

(spoilers: see the differences)

  1. What railcards can you buy?
    1. All the railcard sites are different
    2. What railcard can you buy: Flow chart
    3. The Britrail pass
    4. The BahnCard
    5. A national railcard?
  2. What's the difference between the 16-25 and 26-30 railcard?
    1. The Terms and conditions
    2. All the differences between the 16-25 and 26-30 railcard
    3. When can you use the 16-25 or 26-30 railcards until?
    4. Use your railcard on the London Underground
  3. Conclusion

What railcards can you buy?

The Railcards website has a list of all railcards that you can buy. To save you a click, the ones listed there are:

All the railcard sites are different

All the websites above are different. They are all about railcards, which are broadly "cards that get you 1/3 off train ticket costs", but each is a completely different website. This means that to compare two cards (as we do below), the link structure and information on each of the pages is completely different. This is kind of annoying.

What railcard can you buy: Flow chart

I had a look at the eligibility criteria for the railcards, and drew up a flow chart to decide if anyone could buy one or not.

In short: you can probably buy one. However, if you are:

...then you probably can't buy one.

I made the flowchart using tldraw. Here it is. It contains two railcards not in the URL above: the armed forces railcard and the local railcard, which are listed on the Wikipedia page for "Concessionary fares on the British railway network". That page doesn't have all the railcards listed, so maybe I should edit it...

Anyway, flowchart:

a large flowchart

This is an SVG export of the flow chart from tldraw. View full screen

Footnotes: (1) Network Railcard area (3) Local Railcards

I have also turned the flowchart into one made using Mermaid, which is a way of making diagrams with text (or "code", but that is a scary word). Here is a snippet of the source, and the chart below (rendered by your browser!).

flowchart TD
  Q:AGE[What is your age?]
  R:16-25[16-25 Railcard!]:::R
  Q:AGE -->|18-25| R:16-25
  ...
View full diagram source

You can paste this code into the Mermaid editor. Or, click this link to go to the editor with this pre-filled in.

flowchart TD
  R:CHILD[your tickets are 50% off already]:::R
  R:16-17[16-17 Saver!]:::R
  R:16-25[16-25 Railcard!]:::R
  R:26-30[26-30 Railcard!]:::R
  R:SENIOR[Senior Railcard!]:::R
  R:NETWORK[Network Railcard!]:::R
  R:DISABLED[Disabled Persons Railcard!]:::R
  R:FAMILY[Family & Friends Railcard]:::R
  R:TWOTOGETHER[Two Together Railcard!]:::R
  R:ARMEDFORCES[Armed Forces Railcard!]:::R
  R:VETERANS[Veterans Railcard]:::R
  R:LOCAL[Local Railcard!]:::R
  R:NONE[You must pay extortionate prices for a train]:::R

  classDef R color:#c55,fill:none,stroke:none

  Q:AGE[What is your age?]
  Q:NETWORK["are you in the Network Railcard area? (London and the South East) (1)"]
  Q:STUDENT[are you a mature student?]
  Q:OTHERS[Will you be getting trains with other people?]
  Q:DISABILITY[do you have a disability?]
  Q:MILITARY[Do you have any links to the military?]
  Q:ARMEDFORCES[are you a member of the regular armed forces, a reservist, or the partner or depeendent children of the former?]
  Q:WIDOW[are you a war widow or their dependant?]
  Q:VETERAN[are you a Veteran?]
  Q:LOCAL["Is there a local railcard near you? (3)"]

  Q:AGE -->|0-15| R:CHILD
  Q:AGE -->|16-17| R:16-17
  Q:AGE -->|18-25| R:16-25
  Q:AGE -->|26-30| R:26-30
  Q:AGE -->|31-59| Q:NETWORK
  Q:AGE -->|60-∞| R:SENIOR

  Q:NETWORK -->|yes| R:NETWORK
  Q:NETWORK -->|no| Q:STUDENT

  Q:STUDENT -->|yes| R:16-25
  Q:STUDENT -->|no| Q:OTHERS

  Q:OTHERS -->|yes, with no more than 4 adults and 4 children| R:FAMILY
  Q:OTHERS -->|yes, with anothere person over 16 years old| R:TWOTOGETHER
  Q:OTHERS -->|no| Q:DISABILITY

  Q:DISABILITY -->|yes| R:DISABLED
  Q:DISABILITY -->|no| Q:MILITARY

  Q:MILITARY -->|yes| Q:ARMEDFORCES
  Q:MILITARY -->|no| Q:LOCAL

  Q:ARMEDFORCES -->|yes| R:ARMEDFORCES
  Q:ARMEDFORCES -->|no| Q:WIDOW

  Q:WIDOW -->|yes| R:ARMEDFORCES
  Q:WIDOW -->|no| Q:VETERAN

  Q:VETERAN -->|yes| R:VETERANS
  Q:VETERAN -->|no| Q:LOCAL

  Q:LOCAL -->|yes| R:LOCAL
  Q:LOCAL -->|no| R:NONE
flowchart TD
  R:CHILD[your tickets are 50% off already]:::R
  R:16-17[16-17 Saver!]:::R
  R:16-25[16-25 Railcard!]:::R
  R:26-30[26-30 Railcard!]:::R
  R:SENIOR[Senior Railcard!]:::R
  R:NETWORK[Network Railcard!]:::R
  R:DISABLED[Disabled Persons Railcard!]:::R
  R:FAMILY[Family & Friends Railcard]:::R
  R:TWOTOGETHER[Two Together Railcard!]:::R
  R:ARMEDFORCES[Armed Forces Railcard!]:::R
  R:VETERANS[Veterans Railcard]:::R
  R:LOCAL[Local Railcard!]:::R
  R:NONE[You must pay extortionate prices for a train]:::R

  classDef R color:#c55,fill:none,stroke:none

  Q:AGE[What is your age?]
  Q:NETWORK["are you in the Network Railcard area? (London and the South East) (1)"]
  Q:STUDENT[are you a mature student?]
  Q:OTHERS[Will you be getting trains with other people?]
  Q:DISABILITY[do you have a disability?]
  Q:MILITARY[Do you have any links to the military?]
  Q:ARMEDFORCES[are you a member of the regular armed forces, a reservist, or the partner or depeendent children of the former?]
  Q:WIDOW[are you a war widow or their dependant?]
  Q:VETERAN[are you a Veteran?]
  Q:LOCAL["Is there a local railcard near you? (3)"]

  Q:AGE -->|0-15| R:CHILD
  Q:AGE -->|16-17| R:16-17
  Q:AGE -->|18-25| R:16-25
  Q:AGE -->|26-30| R:26-30
  Q:AGE -->|31-59| Q:NETWORK
  Q:AGE -->|60-∞| R:SENIOR

  Q:NETWORK -->|yes| R:NETWORK
  Q:NETWORK -->|no| Q:STUDENT

  Q:STUDENT -->|yes| R:16-25
  Q:STUDENT -->|no| Q:OTHERS

  Q:OTHERS -->|yes, with no more than 4 adults and 4 children| R:FAMILY
  Q:OTHERS -->|yes, with anothere person over 16 years old| R:TWOTOGETHER
  Q:OTHERS -->|no| Q:DISABILITY

  Q:DISABILITY -->|yes| R:DISABLED
  Q:DISABILITY -->|no| Q:MILITARY

  Q:MILITARY -->|yes| Q:ARMEDFORCES
  Q:MILITARY -->|no| Q:LOCAL

  Q:ARMEDFORCES -->|yes| R:ARMEDFORCES
  Q:ARMEDFORCES -->|no| Q:WIDOW

  Q:WIDOW -->|yes| R:ARMEDFORCES
  Q:WIDOW -->|no| Q:VETERAN

  Q:VETERAN -->|yes| R:VETERANS
  Q:VETERAN -->|no| Q:LOCAL

  Q:LOCAL -->|yes| R:LOCAL
  Q:LOCAL -->|no| R:NONE

This is a live rendered flowchart using Mermaid. View full screen. View online. See above for footnotes.

I hope this diagram still works when you are reading this. I couldn't easily get it to use local libraries, so it downloads lots of JavaScript from "not this website".

The Britrail pass

As a sidenote, I discovered this week about the existence of the Britrail pass, which is a rail pass similar to the Interrail pass but just for the UK. It seems a similar price, so could be useful if you want to go on a train adventure in the UK, but you have a UK passport (as Interrail prohibits use in your home country).

The BahnCard

There is a lot of information in the above flowcharts. In Germany, the flow chart for their BahnCard is much simpler, and I can write it as the text:

If you are:

screenshot of BahnCard and My BahnCard

All the BahnCards available (well, there is also a more expensive 50% off version, a trial version, and the senior citizen version is not shown here)

Currently, you can also buy a "Fan BahnCard", which gets better if Germany wins the current UEFA EURO football competition. No-loss gambling, I suppose?

Screenshot of BahnCard website, with cards that say "Fan BahnCard 25, 2nd class. Save 3 months and extend for free for 12 months if Germany wins UEFA EURO 2024™"

This leads on to:

A national railcard?

The existence of a national railcard would nullify this entire blog post. I'd welcome that.

Quoting my good friend, and reliable source, Wikipedia:

Railfuture [...] has been campaigning [...] for a National Railcard to replace the plethora of different railcards. [...]

A study undertaken jointly by Railfuture and the Rail Passengers Council [...] suggested that three million people would buy such a Railcard for £20.00 if it gave a one third discount on off-peak fares.

The "most conservative forecast" indicated that [...] passenger mileage would be increased by 11% per annum and rail industry profits by £50 million.

The profit-maximising combination [...] would increase profits by £70 million.

i.e., a National Railcard would be pretty sweet. We'll see how that goes, considering that study was from 2003.

What's the difference between the 16-25 and 26-30 railcard?

As I said before, the websites for the 16-25 Railcard and the 26-30 Railcard are annoyingly different, for how similar concepts they are.

Here is a sub-menu from the 16-25 railcard...

Screenshot of website sub-menu, showing "About the Railcard", "Benefits", "Are you eligible?", "Using your railcard", "Where to buy", "Renew or Replace", and "Journey Planner"

...and here is the "same" sub-menu from the 26-30 railcard.

Screenshot of website sub-menu, showing "About the Railcard", "What it is", "Are you eligible", "Travel times & tickets", "Where to buy", "Journey planner", "Renewing your Railcard"

Which of those menu items are you pressing if you want to answer the questions "How old can I be to buy the card?" or "What specific trains can I get?"? It's annoying. It doesn't matter now though, because I found links to the...

The Terms and conditions

The 16-25 and 26-30 railcards have Terms and Conditions (T&Cs) online:

Even these are weirdly different to each other, in formatting and content. I have copied their text and provide the text versions here

I used the diff/compare feature of VSCodium to try and spot the differences between these two texts. But, what I did first was clean them up. They were differently formatted. Here are some differences (I leave it up to you to match each difference to each T&Cs).

Here are the updated versions after I made the T&Cs more similar to each other in structure:

It should now be more easy to see the differences between them. We can generate a nice diff between these files, using git diff like

git diff --no-index --word-diff=plain -U2 railcard16-25.txt railcard26-30.txt

...where --no-index enables diffing of files, --word-diff=plain diffs words instead of lines, and -U2 shows 2 lines of context around each diff. The output of this diff is here, but I can also turn it into nice-looking HTML by using trickery.

The trickery I used is VSCode's regex find-and-replace to turn git diff into more style-able HTML. I followed my own instructions:

Here are the differing parts of the T&Cs!

(skip to "all the differences")

  

diff --git a/16-25 Railcard Terms & Conditions_updated.txt b/26-30 Railcard Terms & Conditions_updated.txt index d3f5aae..b6b93b1 100755 --- a/16-25 Railcard Terms & Conditions_updated.txt +++ b/26-30 Railcard Terms & Conditions_updated.txt

@@ -1,7 +1,7 @@ 16-2526-30 Railcard Terms & Conditions 1. Introduction 1.1. These terms and conditions (“Railcard Conditions”) apply to the use of the 16-2526-30 Railcard and reduced priced tickets ('discounted tickets') bought with the 16-2526-30 Railcard. @@ -17,11 +17,7 @@ 1. General conditions of use of the Railcard 2.1. If you have a physical Railcard, yourYour 26-30 Railcard is not valid, and you cannot use it, until you have signed it.only valid when uploaded to the Railcard app on a mobile device. 2.2. The Railcard does not become your property and, if requested: 2.2.1. You must hand it to a representative of any of the Train Companies, if you have a physical Railcard. 2.2.2. You must remove itand can be removed from your mobile device if requested by a representative of any of the Train Companies, if you have a digital Railcard.device. @@ -41,15 +37,9 @@ In these cases you will be able to use your Railcard to buy tickets on the train or at your destination. 2.8. You must carrybe able to show your valid Railcardwith you on a mobile device throughout your journey. When asked by rail staff, you must show a valid ticket andvalid Railcard within its period of validity when you travel. 2.8.1. If you have a physical Railcard, it must be signed by you and should be legible so staff can read it, as further detailed in the NRCoT. 2.8.2 If you bought your physical Railcard at a rail station, you must carry your Railcard Photocard with you on your journey. 2.8.3. If you have a digital Railcard, you must be able to show it on a mobile device throughout your journey.valid Railcard. 2.9. The photo of the cardholder must meet our guidelines and be recognisable as the cardholder. 2.10. If you fail to comply with condition 2.7, 2.8 and/or 2.9, the Train Company reserves the right to charge you the full price forthe single fare applicable to your journey, as if no ticket had been purchased before starting the journey. In some cases you may also be issued with a Penalty Fare. If you are using your Railcard to get discounts for another person, they will also be charged the full price for the applicablestandard single fare for theiryour journey, as if no ticket had been purchased before starting the journey. In some cases theyyou may also be issued with a Penalty Fare. @@ -59,37 +49,25 @@ Railcard discounts do not apply to Season tickets, train company promotional tickets, Eurostar tickets, and most London Underground and DLR tickets. 3. Replacing your lost, damaged or stolen Railcard 3.1. If you have a physical Railcard and lose it, damage it or it is stolen, you can apply for a replacement. If you purchased your Railcard online, you must request a replacement online. If you boughtDocklands Light Railway tickets - see 26-30railcard.co.uk for the original Railcard at a rail station, you can request a replacement only at a ticket office and you must show the completed ‘Receipt’ voucher from the original application form. You will be requested to show some form of identification when obtaining a replacement from a station. 3.1.1. You will only be issued with one replacement of a physical Railcard in any 12 month period, and you will need to pay an administration fee, unless your physical Railcard was stolen and you have a crime reference number or documentation issued by the Police. For 16-25 Railcard, the administration fee is £10. 3.2. If you have a digital Railcard and lose or damage the mobile device that it is stored on, you can upload it to a new mobile device with no administration fee by accessing your online account at 16-25railcard.co.uk. 4. Conditions of use of the 16-25 Railcard 4.1. You must be aged between 16 and 25 years oldmost up to purchase this Railcard, unless you qualify under condition 4.3.date information. 4.2. 3-year 16-25 Railcards are available online only and may be purchased up until the day before your 24th birthday.3. Lost or damaged mobile device 4.3.3.1. If you are a full-time student over 25 years old, you may purchaselose or damage the 1-yearmobile device that your Railcard with valid proof of full time study. See 16-25railcard.co.uk/maturestudents for details of the valid proof required.is stored on, you can upload it to a new mobile device by accessing your online account at 26-30railcard.co.uk. 4.4. If you bought your physical Railcard at a rail station, you must carry your separate 16-25 Photocard that was issued at the time4. Conditions of purchase (or where appropriate a ‘Permit to travel without Photocard’) and you must present this in any circumstance where you present your physical Railcard (i.e. when buying tickets and travelling withuse of the 26-30 Railcarddiscounted tickets). 4.5. The 16-25 Railcard has a minimum fare that applies from 04.304.1. You must be aged between 26 and 10.00 Monday30 years old to Friday. Duringpurchase this time, the discount is applied to fares above the minimum fare. This minimum fare does not apply to:Railcard. 4.5.1. advance tickets; or4.2. The 26-30 Railcard has a minimum fare that applies between 04.30 - 10.00 hours Monday to Friday. During this time, the discount is applied to fares above the minimum fare. This minimum fare does not apply to: 4.5.2. journeys on public holidays;4.2.1. advance tickets; or 4.5.3.4.2.2. journeys during July and August.on public holidays At the time of printing,publication, the minimum fare is £12. The minimum fare is subject to change during the validity of your Railcard - check website forsee 26-30railcard.co.uk for the most up to date information. INFORMATION: As long as you are aged 2530 at the time you purchased the 1-year 26-30 Railcard, you may still travel at the discounted fare throughout the validity period of the Railcard.Likewise, 3-year 16-25 Railcards purchased by the day before your 24th birthday will be valid for a full 3 years.

All the differences between the 16-25 and 26-30 railcard

The differences are... not much! Here are all of them I know:

*: an "advance ticket" as used here means a ticket for a specific train, which can only be used for that train
**: "on-peak" as used here means trains departing between 04:30am and 10:00am on Monday to Friday, not including public holidays
***: To clarify: neither railcard can be used to discount non-advance, on-peak tickets under £12. But, the 16-25 railcard does not have this restriction in July and August

When can you use the 16-25 or 26-30 railcards until?

Another interesting rule we can take from the T&Cs is the latest time you can buy a Railcard, and the latest you can use it. These times are:

Visually, this looks like:

0-15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32+ 16-25 Railcard 26-30 Railcard

What ages you can use the 16-25 and 26-30 Railcards. For the final year of each, you must buy it while you are still the age labelled in the name of the card.

Use your railcard on the London Underground

I'm not the biggest fan of London. But, one solace is that I get 1/3 off the London Underground with a railcard. You, too, can get this, if you get an Oyster pay-as-you-go card and register the railcard onto it.

Conclusion

I have provided what is probably too much information about railcards. I hope you enjoy it.

The takeaway is probably: try to buy your railcards near to your birthday.

At the least, hopefully this can save you some money for around 6-12 months if you are 30 years old and your railcard expires soon.

Oh, and: take the Caledonian Sleeper before it's too late.


Comments

Email me → alifeee.web@outlook.com :)

Message me on any social media → https://linktr.ee/alifeee :)

Similar posts (?)