
What is AIS 140?
A Complete Guide
A guide for fleet operators, transport authorities, and OEMs who need to understand what AIS 140 actually requires, beyond the marketing summary. It covers the standard itself, the VLTD hardware, panic buttons, the NavIC mandate, emergency response integration, state Backend Control Centres, certification, and the practical split of responsibilities between the operator and the device maker.
THE STANDARD
What AIS 140 Actually Is
AIS 140 is an Automotive Industry Standard published by ARAI (the Automotive Research Association of India) under the direction of the Ministry of Road Transport and Highways (MoRTH). Its full title is "Intelligent Transportation Systems (ITS): Requirements for Public Transport Vehicle Operation." It defines the functional and technical requirements for a Vehicle Location Tracking Device (VLTD), one or more emergency request buttons, and the communication interfaces that connect a vehicle to a state Backend Control Centre. The standard became enforceable through MoRTH notifications under the Central Motor Vehicle Rules (CMVR), which is what gives it legal teeth at the Regional Transport Office (RTO) level.
It is important to understand what AIS 140 is and is not. It is not a single device specification. It is a system standard that ties together a tracking device, a set of input sensors, the GNSS receiver, the cellular link, the emergency buttons, and the data format used to report to a government backend. A device that simply has a GPS chip and a SIM card does not make a vehicle AIS 140 compliant. Compliance is a property of the whole chain: a certified device, correct installation, an active SIM, and a live data feed reaching the designated state control centre in the prescribed packet format.
The standard sits inside a larger telematics stack. If you are new to the broader landscape of vehicle tracking and want the wider context before diving into the regulation, the overview of telematics and GPS tracking systems explains how devices, networks, and backends fit together. AIS 140 is the Indian regulatory layer that sits on top of that general architecture, adding mandatory features that most commercial telematics products would not include by default.
THE DEVICE
The VLTD Requirement
The Vehicle Location Tracking Device is the heart of AIS 140. The standard prescribes a long list of capabilities that go well beyond a basic GPS tracker. The VLTD must determine position using a GNSS receiver that supports the Indian NavIC constellation in addition to GPS, GLONASS, and Galileo. It must report position, speed, heading, and a set of vehicle status inputs at a configurable interval. The default reporting interval is typically every 60 seconds when the ignition is on and every few minutes when it is off, but the backend can reconfigure this over the air.
Beyond positioning, the VLTD must include an internal backup battery so the device keeps reporting for a minimum period after the main vehicle supply is cut, dual SIM support so the device can fail over between two operator networks, tamper detection that alerts the backend if the device is opened or the antenna is disconnected, and a set of digital and analog inputs to monitor ignition, door status, and sensor signals. It must also support over-the-air configuration and firmware updates so a fleet of thousands of devices can be reconfigured without a workshop visit. The full hardware and firmware checklist is unpacked in the companion guide on how to build an AIS 140 compliant VLTD, which is the engineering deep dive that pairs with this regulatory overview.
For operators sourcing devices rather than building them, the practical question is whether a given product is genuinely certified and field proven. The page on AIS 140 GPS tracking devices for the Indian market covers exactly this device class, and the underlying engineering is described under GPS tracking device development. A device that passes lab certification but fails in the field because of a weak antenna or unreliable cellular reconnection logic still creates compliance gaps, so the quality of the engineering behind the certificate matters.
EMERGENCY RESPONSE
Panic Buttons and the ERSS 112 Link
A defining feature of AIS 140, and the reason the standard exists in its current form, is the mandatory emergency request button. The 2012 Nirbhaya case was the policy trigger for emergency telematics in Indian public transport, and the panic button requirement is the direct technical outcome. The standard requires at least one emergency button to be installed within reach of passengers in public service vehicles. Larger vehicles such as buses require multiple buttons distributed through the cabin so that any passenger can reach one.
When a panic button is pressed, the VLTD must generate a high-priority emergency packet. This packet jumps the normal reporting queue and is transmitted immediately, carrying the current position, vehicle identity, and an emergency flag. The packet flows to the state Backend Control Centre, which is integrated with the Emergency Response Support System (ERSS), reachable by the public on the single emergency number 112. The intent is that a distress signal from a vehicle reaches a police dispatcher with live location, not just a phone call with a verbal description of where the caller thinks they are.
For engineers, the emergency path imposes real design constraints. The button input must be debounced and protected against false triggers, but it cannot be so aggressive that a genuine press is missed. The emergency packet must preempt any in-progress transmission, which means the firmware queue needs priority handling. And the device must keep its internal backup battery charged so that an emergency report still goes out even if the vehicle power has been cut. These constraints are why a generic fleet tracker repurposed as an AIS 140 device often fails certification on the emergency path even when the basic tracking works. This requirement is central to applications like public transport and bus tracking, where passenger safety is the explicit policy goal.
NAVIC
The NavIC Positioning Mandate
NavIC (Navigation with Indian Constellation), formally IRNSS, is India's regional satellite navigation system operated by ISRO. It uses a constellation in geostationary and geosynchronous orbits that provides coverage over India and a region extending roughly 1,500 km beyond its borders. AIS 140 and subsequent MoRTH amendments mandate that VLTDs support NavIC, not just GPS. The policy reason is sovereignty: a positioning service that India controls cannot be degraded or denied by another country during a crisis, which matters for transport and emergency infrastructure.
Technically, NavIC transmits on the L5 band (1176.45 MHz) and the S band (2492.028 MHz). Most commercial modules use the L5 signal because it can share antenna and front-end design more easily with the L1 GPS band, although it still requires a receiver and antenna that are tuned for L5. This is a real hardware decision, not a firmware flag. A receiver that only handles the GPS L1 band cannot be made NavIC compliant by a software update, so OEMs must select a GNSS module that explicitly supports IRNSS from the start. This is handled end to end under NavIC and IRNSS tracker development, and the regulatory framing of the mandate is covered under AIS 140 NavIC compliance.
The practical benefit beyond compliance is positioning robustness. NavIC adds satellites in view, which improves fix availability in urban canyons and reduces the time to first fix when combined with GPS and GLONASS. For a fleet device that needs to report position reliably while moving between tall buildings and tunnels, multi-constellation support is a genuine quality improvement, not just a checkbox. If you want a deeper comparison of how NavIC behaves against GPS in practice, the companion guide on NavIC versus GPS goes into the signal-level detail.
THE BACKEND
The State Backend Control Centre
AIS 140 data does not stay inside a private fleet platform. Each state operates a Backend Control Centre (BCC) that receives the data feed from every compliant vehicle registered in that state. The device must transmit its data packets to the IP address and port designated by the state authority, in the packet format the state has adopted, which is generally based on the AIS 140 data specification. The BCC is what integrates with ERSS 112 and with the state transport department's monitoring and enforcement systems.
This creates a dual-reporting reality for most operators. The device typically sends its data to both the operator's own fleet platform and to the state BCC. Some devices do this with a single firmware that supports multiple server destinations, and some operators run a backend that ingests data and forwards it to the BCC. The packet format, login packet structure, heartbeat interval, and emergency packet handling all need to match what the specific state has implemented, and the details vary between states even though they all derive from the same base standard.
For OEMs and integrators, this is one of the most underestimated parts of compliance. Getting a certified device is necessary but not sufficient. The device must actually connect to the correct state backend, authenticate, and stream valid packets, and the state will often run a conformance test against its own BCC before approving devices for registration in that state. A device certified at the ARAI lab can still be rejected by a state if its live feed does not pass the BCC integration test. This is why backend integration belongs in the device program from the start, not as an afterthought, across commercial vehicle tracking deployments.
SCOPE
Which Vehicles Must Comply
AIS 140 applies to public service vehicles and most commercial passenger vehicles. The clearest category is public transport: state and city buses, contract carriages, and stage carriages. Beyond that, the scope extends to a wide set of commercial vehicles depending on state implementation, including taxis and cabs, school buses, ambulances, and goods vehicles carrying certain categories of cargo. Private cars and two-wheelers for personal use are outside the scope, although the same VLTD technology is used for voluntary tracking in those segments.
There are two enforcement entry points. New vehicles in covered categories must be fitted with a compliant VLTD as a condition of registration, which the manufacturer or dealer typically arranges. Existing vehicles in covered categories are brought into scope at the time of permit renewal or fitness certificate renewal, which means a retrofit program at an authorized fitment centre. The exact cut-over dates and category coverage are set by state notifications, so the same vehicle type can be in scope in one state and not yet enforced in another.
For an operator, the practical takeaway is that compliance is tied to the permit and the fitness certificate, not just to the vehicle. If the device stops reporting, is tampered with, or has an expired SIM, the vehicle can be treated as non-compliant at the next inspection even though a device is physically present. Maintaining a live, reporting fleet is an operational discipline, which is why fleet operators usually pair the mandated device with a real management platform for monitoring, covered under commercial vehicle tracking and public transport bus tracking solutions.
CERTIFICATION
ARAI and ICAT Certification
A VLTD cannot be sold for AIS 140 use until it is certified by an authorized test agency. The two principal agencies are ARAI (Pune) and ICAT (the International Centre for Automotive Technology, Manesar). Both are notified under the CMVR to test and certify automotive components, and both run the AIS 140 device test program. The certification covers functional conformance to AIS 140, the emergency button behavior, the GNSS and NavIC performance, the data packet format, and the environmental and electrical robustness expected of an automotive component.
The test program includes the AIS 140 functional clauses plus the relevant environmental and EMC standards that apply to automotive electronics, such as temperature, vibration, ingress protection, and electromagnetic compatibility under the E-mark style requirements. A device that passes functional tests but emits excessive RF noise or fails a thermal cycle will not be certified. This is why pre-compliance testing before the formal lab submission saves significant time and cost, the same way it does for any regulated electronics product.
This full path is covered under ARAI and ICAT tracker certification support, from test plan preparation through resolving any non-conformances found during testing. The detailed engineering steps that precede submission, including the hardware and firmware checklist and EMC pre-compliance, are in the guide on building an AIS 140 compliant VLTD.
RESPONSIBILITIES
What Operators and OEMs Each Need to Do
The responsibilities split cleanly between the two parties, and confusion about this split is a common source of compliance failure. An OEM or device maker is responsible for designing a VLTD that meets the AIS 140 functional clauses, getting it certified by ARAI or ICAT, supporting the NavIC mandate in hardware, implementing the emergency packet and dual-SIM behavior, and providing a firmware that can be configured to talk to each state's Backend Control Centre. The OEM also owns ongoing firmware maintenance, because state backends and packet formats evolve.
A fleet operator is responsible for sourcing a certified device, having it installed at an authorized fitment centre, keeping the SIM active with a valid data plan, ensuring the device actually reports to the correct state backend, and maintaining the panic buttons in working order. The operator also has to keep the device powered and untampered, and to act on the device during permit and fitness renewals. In practice, many operators also run their own fleet platform on top of the mandated feed so they get business value from the data rather than treating it purely as a regulatory cost.
| Responsibility | OEM / Device Maker | Fleet Operator |
|---|---|---|
| AIS 140 functional design | Owns | N/A |
| ARAI / ICAT certification | Owns | Verifies certificate |
| Installation at fitment centre | Supports | Owns |
| SIM and data plan | Specifies | Owns |
| Live feed to state BCC | Implements | Maintains |
| Panic button upkeep | Designs | Owns |
PITFALLS
Common AIS 140 Compliance Pitfalls
1. Treating a generic GPS tracker as AIS 140 ready
A device with GPS and a SIM is not compliant. Without NavIC support in hardware, a backup battery, dual SIM, tamper detection, emergency packet priority, and a valid certificate, the device will fail either lab certification or the state backend integration test.
2. Assuming one certificate works in every state
ARAI or ICAT certification establishes functional conformance, but states run their own Backend Control Centre integration tests with state-specific packet formats and login sequences. A device approved and live in one state can still be rejected by another until its feed passes that state BCC.
3. Forgetting the SIM and data plan are an operator obligation
An expired or deactivated SIM silently makes the vehicle non-compliant. The device is present and the buttons work, but no data reaches the backend, so the vehicle fails at the next fitness or permit inspection.
4. Skipping NavIC in the GNSS module selection
NavIC is a hardware capability tied to the L5 band receiver and antenna. It cannot be added by firmware later. Choosing a GPS-only module to save a few rupees forces a complete hardware redesign once NavIC is enforced.
5. Under-designing the emergency path
The panic button packet must preempt normal reporting and go out even on backup battery after main power loss. Teams that bolt the button onto a generic tracker often miss the priority queue and the power-fail behavior, and fail certification on the emergency clauses.
6. No plan for ongoing firmware maintenance
State backends, packet formats, and reporting parameters change over time. A device with no over-the-air update path becomes a fleet-wide field problem when a state updates its BCC interface, requiring workshop visits for thousands of vehicles.
FAQ
Frequently Asked Questions
What does AIS 140 stand for and who issues it?
AIS 140 is Automotive Industry Standard number 140, titled Intelligent Transportation Systems: Requirements for Public Transport Vehicle Operation. It is published by ARAI under the Ministry of Road Transport and Highways and is enforced through Central Motor Vehicle Rules notifications.
Is NavIC support mandatory under AIS 140?
Yes. The standard and subsequent MoRTH amendments require the VLTD to support the Indian NavIC (IRNSS) constellation in addition to GPS. NavIC is a hardware requirement tied to the L5 band receiver and antenna, so it cannot be added by a firmware update to a GPS-only device.
Which vehicles need to comply with AIS 140?
Public service vehicles such as buses, and most commercial passenger vehicles including taxis, school buses, and ambulances, fall in scope depending on state notifications. New vehicles are fitted at registration and existing vehicles are brought in at permit or fitness renewal. Private cars and personal two-wheelers are outside the scope.
What is the panic button requirement?
AIS 140 requires one or more emergency request buttons within passenger reach in public service vehicles. Pressing a button makes the device send a high-priority emergency packet with live location to the state Backend Control Centre, which is integrated with the ERSS 112 emergency response system.
Does an ARAI or ICAT certificate make a vehicle compliant everywhere in India?
The certificate establishes that the device meets the AIS 140 functional standard, but each state runs its own Backend Control Centre integration test with state-specific packet formats. A certified device must still pass the live feed test for the state in which the vehicle is registered.
What is the difference between an OEM and an operator responsibility?
The OEM designs and certifies the VLTD, supports NavIC and the emergency path in hardware, and provides firmware that talks to each state backend. The operator sources a certified device, installs it at an authorized centre, keeps the SIM active, and ensures the device reports continuously and the panic buttons work.
KEEP READING
Related pages
Solutions
AIS 140 Compliant Devices, Built and Certified
VLTD hardware with NavIC support, the emergency path and dual-SIM failover, state Backend Control Centre integration, and the full ARAI and ICAT certification process are all covered. The fleet platforms that turn the mandated data feed into operational value are part of the same scope.
Whether you are an OEM bringing a new device to market or an operator that needs a reliable compliant fleet, share your project to get a tailored approach.
Schedule a Free Consultation