• Search & compare prices from leading car hire companies & save!
  • Flexible Rentals, Worldwide locations, No Hidden Fees
  • Get in touch via Facebook
  • 24/7 Multi Lingual Customer Service

Newcastle Car Rental Mini Guide

Once you have rented a car in Newcastle there are many fine sights to see in the surrounding countryside such as Hadrian’s Wall (built by the great Roman emperor) and the Northumberland Coast. Newcastle has its own airport, Newcastle International from where you can fly to and from Europe and some other destinations like Dubai.

The Rhino car rental offices are easy to find and from there it will only take you 15 minutes to arrive in the city itself. You will also not miss the incredible and imposing Angel of the North statue, a modern sculpture designed by Antony Gormley as you drive into Newcastle and whichever direction you are coming from there are easy to follow signs directing you to the City of Newcastle. 

Current Rental Rates in Newcastle, UK

Kia Picanto

4 Adults, 3 Doors

From 33.54 EUR/day
Kia Picanto

7 Days rental at 234.79 EUR from 20/03/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 35.22 EUR/day
Opel Corsa

7 Days rental at 246.54 EUR from 20/03/2023

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 35.78 EUR/day
Opel Astra

7 Days rental at 250.50 EUR from 20/03/2023

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 42.90 EUR/day
Kia Ceed

7 Days rental at 300.30 EUR from 20/03/2023

  3 |
  Automatic |
  Yes

Opel Mokka

5 Adults, 5 Doors

From 50.10 EUR/day
Opel Mokka

7 Days rental at 350.70 EUR from 20/03/2023

  4 |
  Manual |
  Yes

Polestar 2

5 Adults, 5 Doors

From 60.05 EUR/day
Polestar 2

7 Days rental at 420.41 EUR from 20/03/2023

  3 |
  Automatic |
  Yes

Tesla Model 3

4 Adults, 5 Doors

From 164.67 EUR/day
Tesla Model 3

7 Days rental at 1152.73 EUR from 20/03/2023

  0 |
  Automatic |
  Yes

Tesla Model 3

4 Adults, 5 Doors

From 164.67 EUR/day
Tesla Model 3

7 Days rental at 1152.73 EUR from 20/03/2023

  0 |
  Automatic |
  Yes

Polestar 2

5 Adults, 5 Doors

From 60.05 EUR/day
Polestar 2

7 Days rental at 420.41 EUR from 20/03/2023

  3 |
  Automatic |
  Yes

Useful to know about Newcastle, UK

  • The city’s full name is Newcastle Upon Tyne.
  • Inhabitants of the city are called Geordies.
  • It was an important Roman town called Pons Aelius.
  • The name comes from the new Norman castle built here in 1080.
  • The city is famous for amongst other things, Newcastle Brown Ale.

 

Popular car hire destinations in Newcastle, UK

Best car rental companies in Newcastle, UK

8.7
No.1: ARNOLD CLARK CAR & VAN,
based on 1289 reviews
92
90
83
81
86
13 min (average wait time)
8.1
No.2: BUDGET,
based on 11851 reviews
84
81
76
77
82
14 min (average wait time)
7.9
No.4: AVIS,
based on 4614 reviews
80
79
75
76
83
16 min (average wait time)

Newcastle, UK car hire information

  • 8.8/10
    Best Rated Agent:
    ARNOLD CLARK CAR & VAN RENTAL
  • € 234.78
    Average price:
    (per week)
  • € 33.54
    Best Price:
    Per Week
  • 2
    Most Popular Type:
    Compact
  • 1
    Most popular model:
    Kia Picanto
  • 7
    Total Cars Available
     

Average prices per day for car hire in Newcastle, UK

ItemPercent
January€ 43
February€ 42
March€ 39
April€ 33
May€ 45
June€ 56
July€ 64
August€ 51
September€ 39
October€ 45
November€ 40
December€ 51
ItemPercent
January€ 31
February€ 31
March€ 26
April€ 24
May€ 34
June€ 39
July€ 29
August€ 39
September€ 27
October€ 35
November€ 30
December€ 37
ItemPercent
January€ 44
February
March€ 56
April€ 58
May
June€ 42
July€ 87
August€ 123
September€ 83
October€ 65
November€ 63
December
ItemPercent
January€ 44
February€ 36
March€ 44
April€ 42
May€ 58
June€ 53
July€ 67
August€ 79
September€ 53
October€ 62
November€ 53
December€ 55
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 30
February€ 29
March€ 25
April€ 23
May€ 34
June€ 39
July€ 25
August
September€ 26
October€ 35
November€ 29
December€ 36
ItemPercent
January
February
March
April€ 64
May€ 93
June€ 92
July€ 144
August€ 142
September€ 74
October€ 95
November€ 56
December
ItemPercent
January
February
March
April
May€ 43
June€ 43
July€ 55
August€ 54
September€ 47
October
November
December

Select category to see average car hire prices in Newcastle, UK

*average daily rates based on 7 day rental, search for today's best prices

FAQs about car hire in Newcastle, UK

Page_Load: CT_ID:223 NodeID:14151 pvCT_ID:223 NodeID:14151 DECLARE @CountryKeyword varchar(200), @CountryCode varchar(50),@DocumentPageTitle varchar(200), @DocumentPageDescription varchar(2000),@CT_ID int SELECT @DocumentPageTitle = DocumentPageTitle,@DocumentPageDescription = DocumentPageDescription from CMS_Document where DocumentNodeID =14151 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=223 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=223 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(Total) as TotalReviews from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].Review R where R.CartrawlerCode = @CT_ID)) SET @higest_rating = ( SELECT TOP 1 X.higest_rate * 2 as higest_rate FROM ( SELECT VendorName,CAST(overall AS decimal(5, 1)) AS higest_rate, CartrawlerCode FROM[cartrawler_v2].[dbo].[Review] WHERE CartrawlerCode = @CT_ID AND overall IS NOT NULL GROUP BY VendorName, overall, CartrawlerCode ) X ORDER BY CartrawlerCode, CAST(X.higest_rate AS decimal(5, 1)) DESC) SET @cheapest_price = ( SELECT CONVERT(Numeric(19, 2), min(computeddailyrate)) best_price FROM[cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode = @CT_ID and vehiclematrixcategory<>'' and vehiclematrixcategory is not null and vehiclematrixcategory<> 'NULL' and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from [cartrawler_v2].[dbo].[LocationVehicleV3] where CartrawlerCode=@CT_ID)) SET @CheapestVendor = ( select TOP 1 VendorShortName FROM[cartrawler_v2].[dbo].[ExtLocationVehicleV1] WHERE CartrawlerCode = @CT_ID AND RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[ExtLocationVehicleV1] where CartrawlerCode = @CT_ID ) order by computeddailyrate ) SET @expensive_price = ( SELECT TOP 1 CONVERT(Numeric(19,2),X.ComputedDailyRate) as expensive_price FROM ( SELECT [Expr1], MAX(ComputedDailyRate) as ComputedDailyRate, CountryCode, RecordDateTime, CountryName FROM [cartrawler_v2].[dbo].[LocationVehicleV2] group by [Expr1], CountryCode, RecordDateTime, RecordDateTimeDt, CountryName, CartrawlerCode HAVING (CountryCode= @CountryCode or CountryName = @CountryCode) AND ISNULL([Expr1], '') <> '' and CartrawlerCode = @CT_ID and RecordDateTimeDt = (select MAX(RecordDateTimeDt) from[cartrawler_v2].[dbo].[LocationVehicleV2] where(CountryCode= @CountryCode or CountryName = @CountryCode) and CartrawlerCode = @CT_ID) ) X ORDER BY X.ComputedDailyRate desc ) SET @offercount = (SELECT FLOOR(RAND() *(100-5+1))+5) SELECT @TotalReviews as TotalReviews, ratingavailable = CASE when @higest_rating is not null then @TotalReviews ELSE 0 END , higest_rating = CASE when @higest_rating is not null then @higest_rating ELSE 0 END , @cheapest_price as cheapest_price,@CheapestVendor as CheapestVendor, @expensive_price as expensive_price, @offercount as offercount,@DocumentPageTitle as DocumentPageTitle,@DocumentPageDescription as DocumentPageDescription
faq
FAQs - How can we help?

There are always some points on which you are not sure when hiring a car, so we have done our best to answer the frequently asked questions. Just click this link and you will find the questions are sorted by category for easy navigation.


Other Rhino Car Hire Locations

We specialise in car rentals throughout UK fo find you the best price and that's a promise...

from
€41
per day
ItemPercent
Jan€ 38
Feb
Mar€ 60
Apr
May€ 39
Jun€ 39
Jul€ 39
Aug€ 38
Sep€ 39
Oct€ 39
Nov€ 38
Dec€ 38
from
€39
per day
ItemPercent
Jan€ 33
Feb€ 34
Mar€ 27
Apr€ 45
May€ 33
Jun€ 33
Jul€ 39
Aug€ 41
Sep€ 57
Oct€ 43
Nov€ 33
Dec€ 52
from
€0
per day
ItemPercent
from
€0
per day
ItemPercent