• 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

Car Rental Brighton Mini Guide

Brighton is a seaside city in Sussex. Although Brighton is more comparable in size to a town, it was given the designation of a city along with its neighbouring conurbation, Hove.

With a hire car you can also visit the beautiful downs countryside that surrounds it. This includes the amazing vistas from the intriguingly named Devil’s Dyke.  Car Rentals can be collected in Brighton or from its nearest airport which is London Gatwick.

Current Rental Rates in Brighton

Kia Picanto

4 Adults, 3 Doors

From 83.35 EUR/day
Kia Picanto

7 Days rental at 583.49 EUR from 24/07/2023

  2 |
  Manual |
  No

Opel Corsa

5 Adults, 3 Doors

From 92.61 EUR/day
Opel Corsa

7 Days rental at 648.31 EUR from 24/07/2023

  2 |
  Manual |
  Yes

Opel Astra

5 Adults, 5 Doors

From 102.91 EUR/day
Opel Astra

7 Days rental at 720.37 EUR from 24/07/2023

  3 |
  Manual |
  Yes

Kia Ceed

5 Adults, 3 Doors

From 119.03 EUR/day
Kia Ceed

7 Days rental at 833.25 EUR from 24/07/2023

  3 |
  Automatic |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 125.30 EUR/day
Nissan Qashqai

7 Days rental at 877.11 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Skoda Octavia

5 Adults, 4 Doors

From 125.30 EUR/day
Skoda Octavia

7 Days rental at 877.11 EUR from 24/07/2023

  4 |
  Automatic |
  Yes

Nissan Qashqai

5 Adults, 5 Doors

From 170.90 EUR/day
Nissan Qashqai

7 Days rental at 1196.36 EUR from 24/07/2023

  4 |
  Manual |
  Yes

Useful to know about Brighton

  • There is a medical school and two universities in Brighton.
  • It was in the 18th century that English people began to visit Brighton en masse to bathe in the sea.
  • When the railway came to Brighton in 1841 it began Brighton's tourism boom
  • Tourists can still visit the old seaside rail track.
  • The population of Brighton is estimated at 480,000.

 

Popular car hire destinations in Brighton

  • Lancing, Worthing
  • New England St, BN1
  • The Kingsway, Hove

Best car rental companies in Brighton

8.6
No.1: ENTERPRISE,
based on 1270 reviews
90
80
70
80
80
22 min (average wait time)
7.8
No.2: EUROPCAR,
based on 3448 reviews
80
80
70
70
80
13 min (average wait time)
7.4
No.3: HERTZ,
based on 3174 reviews
79
78
67
73
77
17 min (average wait time)

Brighton car hire information

  • 8.6/10
    Best Rated Agent:
    Enterprise EMEA Corporate
  • € 583.45
    Average price:
    (per week)
  • € 83.35
    Best Price:
    Per Week
  • 3
    Most Popular Type:
    Intermediate
  • 2
    Most popular model:
    Nissan Qashqai
  • 7
    Total Cars Available
     

Average prices per day in Brighton

ItemPercent
January€ 51
February€ 59
March€ 54
April€ 40
May€ 62
June€ 64
July€ 76
August€ 71
September€ 59
October€ 52
November€ 51
December€ 97
ItemPercent
January€ 59
February€ 61
March€ 56
April€ 30
May€ 67
June€ 76
July€ 71
August€ 59
September€ 62
October€ 56
November€ 55
December€ 76
ItemPercent
January€ 142
February€ 109
March€ 118
April€ 67
May€ 123
June€ 132
July€ 129
August€ 95
September€ 129
October€ 134
November€ 130
December€ 155
ItemPercent
January€ 64
February€ 72
March€ 67
April€ 51
May€ 78
June€ 82
July€ 89
August€ 72
September€ 76
October€ 66
November€ 65
December€ 109
ItemPercent
January
February
March
April€ 78
May
June
July
August
September
October
November
December
ItemPercent
January€ 40
February€ 45
March€ 40
April€ 25
May€ 43
June€ 47
July€ 60
August€ 56
September€ 44
October€ 39
November€ 40
December€ 73
ItemPercent
January€ 49
February€ 54
March€ 55
April€ 52
May€ 57
June€ 49
July€ 73
August€ 58
September€ 74
October€ 56
November€ 60
December€ 104
ItemPercent
January€ 67
February€ 75
March€ 65
April€ 58
May€ 89
June€ 89
July€ 91
August€ 76
September€ 83
October€ 64
November€ 64
December€ 105

Select category to see average car hire prices in Brighton

*average daily rates based on 7 day rental, search for today's best prices
Page_Load: CT_ID:165 NodeID:7763 pvCT_ID:165 NodeID:7763 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 =7763 SELECT Top 1 @CountryKeyword = CountryKeyword, @CountryCode = CountryCode from CONTENT_MenuItem where BookingEngineLocationID=165 SELECT Top 1 @CT_ID = BookingEngineLocationID from CONTENT_MenuItem where BookingEngineLocationID=165 Declare @TotalReviews varchar(200), @higest_rating float, @cheapest_price float, @CheapestVendor varchar(200),@expensive_price float, @offercount int; SET @TotalReviews = (select SUM(TotalAgent) 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
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
€45
per day
ItemPercent
Jan€ 43
Feb€ 47
Mar€ 44
Apr€ 62
May€ 45
Jun€ 42
Jul€ 44
Aug€ 62
Sep€ 44
Oct€ 33
Nov€ 41
Dec€ 38
from
€41
per day
ItemPercent
Jan€ 34
Feb€ 36
Mar€ 40
Apr€ 52
May€ 49
Jun€ 43
Jul€ 46
Aug€ 49
Sep€ 45
Oct€ 40
Nov€ 31
Dec€ 30
from
€56
per day
ItemPercent
Jan€ 38
Feb€ 33
Mar€ 39
Apr€ 70
May€ 58
Jun€ 67
Jul€ 68
Aug€ 96
Sep€ 54
Oct€ 58
Nov€ 38
Dec€ 57
from
€45
per day
ItemPercent
Jan€ 31
Feb€ 31
Mar
Apr
May
Jun€ 73
Jul€ 46
Aug
Sep
Oct€ 49
Nov€ 41
Dec€ 43