Maximo Mobile in MAS 9.x: The Field Technician's New Toolkit
Maximo Mobile has evolved from a basic work order viewer into a comprehensive offline-first field platform. This guide covers the 9.1 and 9.2 features, offline architecture, inspection workflows, and the new HSE incident reporter.

Maximo Mobile in MAS 9.x: The Field Technician's New ToolkitMaximo Mobile in MAS 9.x is not the same application that shipped with MAS 8.x. It has evolved from a basic work order viewer into a comprehensive offline-first field platform that handles work orders, inspections, asset management, safety reporting, and inventory operations. The release of MAS 9.1 in June 2025 brought significant updates to technician productivity, location intelligence, and functionality. MAS 9.2, released in June 2026, added AI-powered features including the Maximo Assistant on Mobile and AI-enabled conversational scheduling. For organizations still using Maximo Anywhere, the transition to Maximo Mobile is not optional; it is the supported path forward.
This article covers the offline-first architecture, the technician workflow from assignment to completion, the inspection and calibration capabilities, the new HSE incident reporter, the storeroom clerk functionality, and the administrative tools that control mobile behavior. We will also cover the MAS 9.2 AI features that are changing how technicians interact with the system in the field.
The Offline-First Architecture: How Maximo Mobile Works Without Connectivity
The defining characteristic of Maximo Mobile is its offline-first architecture. Unlike Maximo Anywhere, which required constant connectivity for most operations, Maximo Mobile is designed to function fully without network access. This is not a degraded offline mode; it is the primary mode of operation, with synchronization happening in the background when connectivity is available.
The architecture works as follows. When a technician logs into Maximo Mobile, the application downloads a localized database to the device. This database contains the work orders, assets, locations, job plans, domains, failure codes, and other reference data needed for the technician's assignments. The database is stored locally on the device and is encrypted. Once the data is on the device, the technician can execute work orders, capture meter readings, record labor actuals, issue materials, complete tasks, record failure codes, and attach photos without any network connection.
The synchronization model is bidirectional. When the device has connectivity, it pushes changes to the server and pulls updates from the server. The sync can be configured to run in the background, so the technician does not need to initiate it manually. Conflicts are handled through a last-write-wins strategy for most fields, with more sophisticated conflict resolution for labor transactions and meter readings.
Administrators have significant control over what data is synced to mobile devices. In MAS 9.1, the Mobile Admin section in the MAS Administration interface allows administrators to:
- Define query limits and filters for syncing records to mobile devices
- Manage preloaded databases for offline usage
- Control which child records are downloaded (to limit database size)
- See which users are actively logged into Maximo Mobile
- Configure data synchronization settings
The preloaded database feature is particularly useful for onboarding new technicians. Instead of waiting for a full sync, administrators can preload a database with common reference data and work order templates, which reduces the initial sync time from hours to minutes.
Here is an example of the mobile synchronization configuration:
{
"mobileConfig": {
"syncSettings": {
"autoSync": true,
"syncInterval": 300,
"conflictResolution": "LAST_WRITE_WINS",
"maxRecordsPerSync": 5000
},
"dataFilters": {
"workOrders": {
"filter": "ASSIGNEDTO = :currentUser AND STATUS IN ('WAPPR','APPR','INPRG')",
"maxRecords": 500,
"includeChildren": true,
"childLimit": 50
},
"assets": {
"filter": "SITEID = :currentSite AND STATUS = 'OPERATING'",
"maxRecords": 2000
},
"jobPlans": {
"filter": "STATUS = 'ACTIVE'",
"maxRecords": 1000
}
},
"offlineSettings": {
"enableOfflineLogin": true,
"cacheDurationDays": 7,
"maxAttachmentSizeMB": 200
}
}
}
The dataFilters section controls which records are synced to the device. The work order filter ensures that only work orders assigned to the current user with specific statuses are downloaded. The maxRecords and childLimit fields prevent the device database from growing too large, which would slow down sync and consume excessive storage.
MAS 9.1 also introduced support for large files. Mobile users can now upload and download attachment files up to 200 MB in size from their iOS and Android devices. This includes long videos and high-quality images, which are valuable for documenting asset conditions and inspection findings. The previous limit was significantly lower, which restricted the types of attachments that could be captured in the field.
The Technician Workflow: From Assignment to Completion
The technician workflow in Maximo Mobile follows the full lifecycle of a work order, from assignment to completion. The workflow is designed to be intuitive for technicians who may not be familiar with Maximo, while providing enough depth for complex maintenance tasks.
Assignment and Search
When the technician opens the app, they see a list of assigned work orders. In MAS 9.1, the search and filter capabilities were significantly enhanced. Technicians can filter by location, asset, status, and priority. They can toggle between list, calendar, and map views. The advanced online search capability allows technicians to find work orders that are not in their local database by querying the server directly.
MAS 9.1 also introduced the ability to filter work orders by scheduled date range. This is a simple but important feature for technicians who need to plan their week. Instead of seeing all assigned work orders in a flat list, they can filter to see only the work scheduled for today, this week, or a custom date range.
Starting Work and Recording Labor
The technician can start and stop work from the device, which drives the work order status. When the technician starts travel to the site, they can tap the Start Travel button, which records the travel time. In MAS 9.1, the travel radius is measured in decimal values instead of integers, allowing more precise distance tracking. The Start Travel button can also be configured to display regardless of the current GPS distance from the site, which allows technicians to record travel time even when GPS is unavailable.
Labor actuals are recorded as LABTRANS records and written back to the server during sync. In MAS 9.1, technicians can edit labor hours that are not automatically approved, and they can report premium labor hours from the Report Work page. This is important for organizations that need to track labor costs accurately, including overtime and premium pay.
Materials and Tools
Technicians can issue and return materials against the work order. In MAS 9.1, the ability to select asset spare parts was introduced. When a technician needs to issue a spare part, they can select an asset and choose from the list of items defined as spare parts for that asset. This streamlines the material issuance process and ensures that spare parts are correctly associated with the asset.
Tool reporting was also enhanced in 9.1. Technicians can now report the actual quantity and hours of rotating and non-rotating planned or issued tools for an approved work order. This provides a more accurate picture of tool usage and costs.
Meter Readings and Failure Coding
Meter readings are a critical part of condition-based maintenance. In MAS 9.1, meter improvements include the ability to add remarks related to meter readings. When connected to the server, the last meter reading is fetched before the meter reading page opens, ensuring more accurate readings. When a continuous meter reading is entered, the technician can see whether an actual or delta reading is required, which reduces data entry errors.
Failure coding follows the standard Maximo taxonomy: class, problem, cause, remedy. The technician records failure codes against the same taxonomy that the desktop application uses, ensuring consistency between field and office data. In MAS 9.1, follow-up work orders were improved. Technicians have simplified access to follow-up work orders related to the original work order, even when the original was not created on the same device. They can create follow-up work orders directly in the multiple asset and location section, and they can choose which assets and locations the work applies to.
Inspections, Calibration, and Asset Management on Mobile
Inspections are a core capability of Maximo Mobile, and MAS 9.x has significantly expanded what technicians can do from the field. The Inspection Forms application was updated to a role-based application in MAS 9.0, and 9.1 added the ability for technicians to add attachments to questions, reuse questions, and use electronic signatures during status changes.
The inspection workflow supports conditional questions, which only appear when a specific answer is selected. For example, if the technician answers "Yes" to "Is component damaged?", a follow-up question appears asking for the type of damage. This dynamic form behavior ensures that inspections capture the right data without overwhelming the technician with irrelevant questions.
Calibration work orders are now fully supported on mobile. Technicians can manage calibration work orders, including entering and validating as-found and as-left measurements against tolerance limits directly from their mobile devices. In MAS 9.1, technicians can view up to 20 records in the calibration history by default, with the limit modifiable by administrators.
Asset management functions were significantly expanded in MAS 9.1. Technicians can now:
- Create and edit asset classifications from their mobile device
- Create rotating assets from their mobile device
- Manage rotating assets by recording removal, installation, and switching of assets managed by the Asset Configuration Manager (ACM)
- Conduct on-site asset audits, with status and last audit information displayed in asset details
- Work with linear asset data, which is important for infrastructure and transportation organizations
The combination of these capabilities means that a technician can perform a full asset audit from the field, including creating new assets, updating existing ones, and recording condition data, all without network connectivity.
HSE Incident Reporter and Safety Workflows
The HSE (Health, Safety, and Environment) Incident Reporter App, introduced in MAS 9.1, is a standout addition to the mobile suite. It enables technicians to immediately report safety incidents from the field, including affected people and any immediate actions taken. This capability is critical for organizations in regulated industries where incident reporting has strict timelines.
The incident reporter workflow is straightforward. The technician opens the HSE app from the Maximo Mobile interface, selects the type of incident (injury, near-miss, environmental, property damage), and fills in the details. They can attach photos, capture GPS locations, and describe what happened. The incident is submitted to the server during the next sync, and it triggers the appropriate escalation workflow in Maximo.
Here is an example of an HSE incident report payload:
{
"incidentType": "NEAR_MISS",
"severity": "LOW",
"dateTime": "2026-08-02T10:30:00Z",
"location": {
"gpsCoordinates": {
"latitude": 29.7604,
"longitude": -95.3698
},
"siteId": "BEDFORD",
"description": "Plant Yard - North Entrance"
},
"affectedPersons": [
{
"name": "Technician reported anonymously",
"role": "Field Technician"
}
],
"immediateActions": "Stopped work, secured area, notified supervisor",
"description": "Near miss: fork truck crossed pedestrian walkway without stopping. No contact made but distance was less than 3 feet.",
"attachments": [
{
"type": "IMAGE",
"filename": "yard_north_entrance.jpg",
"caption": "View from pedestrian walkway"
}
],
"reportedBy": "TECH001",
"syncStatus": "PENDING"
}
The syncStatus field shows that the incident is pending sync. Once the device has connectivity, the incident is pushed to the server, and the HSE workflow is triggered. The workflow can include notifications to safety officers, creation of investigation work orders, and regulatory reporting if required.
MAS 9.2 expanded the safety and compliance workflows with AI-powered features. The system can now analyze incident descriptions and recommend corrective actions based on similar incidents in the database. This is particularly valuable for organizations with large historical incident databases, where identifying patterns manually is impractical.
Storeroom Clerks and Inventory Management on Mobile
Maximo Mobile is not just for technicians. MAS 9.0 and 9.1 introduced significant enhancements for storeroom clerks, allowing them to use the mobile app for inventory management tasks that were previously desktop-only.
Storeroom clerks can use the mobile app for issuing, transferring, and shipping inventory. They can create shipments from inventory usage records, which streamlines the logistics workflow for organizations that manage multiple storerooms. Rotating asset creation is also supported; clerks can create new rotating assets directly from their mobile device, with support for scanning and autonumbering.
The inventory management capabilities on mobile are particularly valuable for organizations with distributed storerooms. A clerk at a remote site can receive a shipment, issue materials to a work order, and transfer inventory between storerooms without leaving the storeroom floor. This reduces the time between material request and material availability, which is a common bottleneck in maintenance operations.
MAS 9.2: AI on Mobile and Conversational Scheduling
MAS 9.2, released in June 2026, brings AI directly to the field technician's device. The most significant addition is the Maximo Assistant on Mobile, which allows technicians to use natural language to find asset information, review history, and complete work efficiently. A technician can type or speak a query like "Show me the maintenance history for pump P-101" and the assistant will retrieve the information from the local database or query the server if online.
The assistant on Mobile is designed to work within the constraints of a mobile device. It uses a lightweight inference model that runs on the device for common queries, with more complex queries routed to the server when connectivity is available. This hybrid approach ensures that the assistant is useful even in offline scenarios.
MAS 9.2 also introduces AI-enabled conversational scheduling and what-if analysis. Planners, schedulers, and field service managers can use natural language to explore changes such as increasing capacity or prioritizing critical work. The system can optimize assignments based on real-time conditions, constraints, and resource availability. This is a significant shift from the traditional manual scheduling process, and it has the potential to dramatically improve resource utilization.
Maximo Visual Inspection in 9.2 enables AI-based visual inspection with local inference directly on the device. This means a technician can take a photo of an asset and the device will classify the condition without sending the image to a server. This is particularly valuable for inspection workflows in remote locations where connectivity is unreliable.
Practical Implications
Maximo Mobile in MAS 9.x is a mature, capable field platform that replaces Maximo Anywhere and provides functionality that goes well beyond basic work order management. The offline-first architecture is the foundation; everything else builds on it. Organizations deploying Maximo Mobile should invest time in configuring the data filters and sync settings carefully, because these determine what data technicians have access to in the field. Too much data slows down sync and consumes device storage; too little data means technicians cannot complete their work offline.
The HSE Incident Reporter should be deployed immediately for organizations in regulated industries. The ability to report incidents from the field with photos and GPS data improves incident data quality and ensures compliance with reporting timelines. The storeroom clerk functionality should be evaluated for organizations with distributed storerooms, as it can significantly reduce material handling time.
MAS 9.2's AI features represent the future direction of Maximo Mobile. The Maximo Assistant on Mobile and Visual Inspection with local inference are the first steps toward a truly intelligent field platform. Organizations planning a Mobile deployment in 2026 should target MAS 9.2 to take advantage of these capabilities.
Bottom Line
Maximo Mobile in MAS 9.x is an offline-first field platform that handles work orders, inspections, asset management, safety reporting, and inventory operations. The 9.1 release brought significant enhancements to technician productivity, search, and asset management. The 9.2 release added AI-powered features including the Maximo Assistant on Mobile and Visual Inspection with local inference. The HSE Incident Reporter is a critical capability for regulated industries. Organizations still on Maximo Anywhere should plan their transition to Maximo Mobile immediately, targeting MAS 9.2 as the deployment baseline. The offline-first architecture, combined with the expanding AI capabilities, makes Maximo Mobile the most capable field maintenance platform in the market today.
Author
Kevin Arhagba
Maximo Insider contributor
Was this helpful?
The Maximo Brief
Get weekly Maximo analysis and field notes.
Powered by Ghost. Join The Maximo Brief — one weekly read for Maximo professionals.
Cite this article
Arhagba, K. (2026). Maximo Mobile in MAS 9.x: The Field Technician's New Toolkit. MaximoInsider. https://maximoinsider.com/articles/maximo-mobile-mas-9x-field-technician-toolkit

