diff --git a/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs b/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs
index 6a33c200e9c2269b49e1add81c0b855e39ba9ad2..278905f0adaa182c637e22ccc328a66d1487e4f0 100644
--- a/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs
+++ b/VectoCore/VectoCore/Models/SimulationComponent/Data/Gearbox/GearData.cs
@@ -42,7 +42,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox
 		[ValidateObject]
 		public TransmissionLossMap LossMap { get; internal set; }
 
-		[Required, RangeOrNaN(double.Epsilon, 25)]
+		[Required, RangeOrNaN(double.Epsilon, 100)]
 		public double Ratio { get; internal set; }
 	}