Maximo Mobile in MAS 9.2: Offline-First Field Service, AI-Assisted Inspections, and the HSE Incident Reporter
Maximo Mobile in MAS 9.2 delivers offline-first field execution with AI-assisted inspections, a new HSE incident reporter, enhanced work order assignment controls, and a centralized mobile admin console. This article covers the current state of Maximo Mobile and how to get the most from it.

The Current State of Maximo Mobile
IBM Maximo Mobile provides field technicians with secure mobile access to maintenance information anytime and anywhere. Technicians can receive work orders, inspect assets, update maintenance records, capture photos, scan barcodes, and complete service tasks directly from mobile devices. The application is included with your Maximo license at no additional cost, which removes the procurement barrier that existed with third-party mobile solutions in the Maximo 7.6 era.
Maximo Mobile is available for iOS, Android, and Windows platforms. The applications are distributed through the public app stores, which simplifies deployment. Technicians download the app, connect to their MAS environment, and authenticate using the same credentials they use for the desktop application. There is no separate mobile license or user account to manage.
The core applications available in Maximo Mobile include Approvals (approve, assign, and monitor work), Assets (view asset details, specifications, and meters), Inspections (complete inspections and record results), Inventory Counting (count books, ad hoc counts, and reconciliation), Service Requests (report issues from the field), and Work Orders (the primary application for field execution). Additional applications available with entitlement include Issues and Transfers for storeroom clerks, Assist for AI insights and remote expert assistance, and Defects for AI-powered photo analysis.
The feature set has grown substantially through the MAS 9.x release stream. The 9.1 release introduced enhanced assignment execution for both work orders and inspections, expanded support for rotating assets, advanced search capabilities, a centralized mobile admin console, extended push notification support, and the HSE Incident Reporter App. The 9.2 release builds on these with further AI integration, hands-free voice interaction, computer vision for accelerated inspections, and improvements to offline data handling and performance.
The key design principle behind Maximo Mobile is offline-first operation. Technicians can work in remote locations without network connectivity, creating and completing work orders, recording meter readings, capturing photos, and performing inspections. When connectivity is restored, the application synchronizes with the server automatically. This is not a degraded mode of operation. It is the primary design pattern. The mobile application stores a subset of the Maximo database locally, filtered by the technician's assignments and access rights, and syncs changes bidirectionally.
Offline-First Architecture and Data Synchronization
The offline architecture in Maximo Mobile is built on a local data store that mirrors a subset of the Maximo database. When a technician logs in for the first time, the application downloads the data relevant to their assignments: work orders, assets, locations, job plans, safety plans, and inspection forms. This initial sync can take several minutes depending on the volume of data, but subsequent syncs are incremental and much faster.
The offline data store is managed by the mobile application framework, which handles conflict resolution, data consistency, and sync scheduling. When a technician makes a change offline, the change is stored locally and queued for synchronization. When the device reconnects, the changes are pushed to the server and any server-side changes are pulled down. Conflicts are resolved using a last-write-wins strategy by default, though specific fields can be configured for server-side precedence.
Here is how the offline data synchronization is configured at the admin level:
MOBILE SYNC CONFIGURATION
----------------------------------------
Application: Maximo Mobile Admin Console
Navigation: Mobile Administration > Sync SettingsSettings: syncMode: INCREMENTAL syncInterval: 300 (seconds, when online) maxRecordsPerSync: 5000 attachmentSizeLimit: 200 (MB per attachment)
Offline Data Filters: workOrders: filter: ASSIGNEDTO = '{currentUser}' AND STATUS IN ('APPR','INPRG') maxRecords: 500 assets: filter: RELATED_TO_ASSIGNED_WORK = true maxRecords: 2000 inspections: filter: ASSIGNED_TO = '{currentUser}' AND STATUS = 'INPROG' maxRecords: 200
Admin Controls: queryLimits: 5000 (max records per query) preloadedDatabases: true (pre-load data for offline use) userSessionTimeout: 480 (minutes) ```
The practical implication of the offline-first design is that technicians can work without interruption in facilities with poor network coverage, which is a common situation in industrial environments. Plants, mines, offshore platforms, and remote field sites often have Wi-Fi dead zones or no connectivity at all. The mobile application continues to function, and data integrity is maintained through the sync process.
A critical consideration for administrators is the data filter configuration. If the filters are too broad, the initial sync may download too much data and slow down the technician's device. If the filters are too narrow, the technician may not have the data they need when offline. The best practice is to filter by the technician's assigned work and to limit the asset and location data to what is relevant to their current assignments. The centralized mobile admin console introduced in MAS 9.1 makes this configuration much easier to manage because you can deploy different filter configurations to different user groups.
The 200 MB attachment size limit introduced in the 9.2 feature channel is a significant improvement over earlier versions. Technicians can now upload and download attachment files up to 200 MB from their iOS and Android devices. This supports the use case of high-resolution inspection photos, video documentation of maintenance procedures, and large technical drawings that technicians need in the field.
AI-Assisted Inspections and Computer Vision
Maximo Mobile in MAS 9.2 brings AI capabilities to the frontline of field execution. The integration of computer vision and AI-powered visual inspection into the mobile application accelerates the inspection process and improves data capture quality.
The AI capabilities in Maximo Mobile include the Assist application, which provides AI insights to increase fix rate and receive remote expert assistance. When a technician encounters a problem they have not seen before, they can use the Assist feature to connect with a remote expert who can see what the technician sees through their device camera and provide real-time guidance with visual annotations. This reduces the need to escalate work to more senior technicians or to defer the work until an expert is available on site.
Computer vision capabilities allow technicians to use their device camera to inspect assets and identify defects automatically. The AI model analyzes the image and highlights potential issues, such as corrosion, cracks, leaks, or other visible damage. The technician reviews the AI findings and confirms or rejects the identified defects. The results are stored on the work order or inspection record, creating a documented history of the inspection.
Here is a practical example of how an AI-assisted inspection workflow operates in the field:
AI-ASSISTED INSPECTION WORKFLOW
----------------------------------------
1. Technician opens inspection form on mobile device
2. Selects asset to inspect (e.g., pressure vessel PV-001)
3. Camera opens with AI overlay enabled
4. Technician scans the asset surface
5. AI model identifies potential corrosion near weld joint
6. System highlights area on screen with confidence score: 87%
7. Technician reviews and confirms the finding
8. Defect record created with:
- Photo (annotated with AI detection)
- Asset reference
- Defect type: CORROSION
- Severity: MEDIUM
- Location on asset: WELD_JOINT_NORTH
- Confidence: 87%
- Inspector: {technician name}
- Timestamp: {automatic}
9. Inspection form auto-populated with defect reference
10. Technician completes inspection and syncs to server
The hands-free voice interaction capability introduced in MAS 9.2 further enhances the inspection experience. Technicians can use voice commands to navigate the application, record findings, and update work order status without touching the device. This is particularly valuable when technicians are wearing personal protective equipment that makes touch interaction difficult, or when they need to keep their hands free for the physical inspection work.
The voice-to-text capability is available across the mobile applications. A technician can dictate a long description for a work order, and the application transcribes it into the description field. The transcription is stored as text, making it searchable and reportable. This improves the quality of work order documentation because technicians are more likely to provide detailed descriptions when they can speak rather than type on a mobile device keyboard.
HSE Incident Reporter and Safety Workflows
A standout addition to the mobile suite in MAS 9.1, refined through 9.2, is the HSE (Health, Safety, and Environment) Incident Reporter App. This application enables immediate reporting of safety incidents in the field with the attachment of photos, GPS locations, and descriptions. It provides faster escalation and response to compliance-critical events.
The HSE Incident Reporter is designed for speed and simplicity. When a safety incident occurs, the technician opens the app, selects the incident type (injury, near-miss, environmental, equipment damage), captures photos, records their GPS location, provides a description, and submits the report. The report is immediately routed to the appropriate safety officer for review and action.
Here is how the HSE incident reporting workflow operates:
HSE INCIDENT REPORTING WORKFLOW
----------------------------------------
1. Technician observes safety incident in the field
2. Opens HSE Incident Reporter on mobile device
3. Selects incident type:
- INJURY: Personal injury or exposure
- NEAR_MISS: Incident with no injury but potential for harm
- ENVIRONMENTAL: Spill, release, or environmental damage
- EQUIPMENT: Asset damage or failure with safety implications
4. Captures photos of the scene (up to 10 photos)
5. GPS location automatically recorded
6. Records description (voice or text input)
7. Optionally links to related asset or work order
8. Submits report
9. Report routed to safety officer via workflow
10. Safety officer receives push notification
11. Investigation record created automatically
12. Follow-up actions tracked to closure
The practical value of the HSE Incident Reporter is that it reduces the time between incident occurrence and incident reporting from hours or days to minutes. In many organizations, safety incident reporting is a paper-based process that requires the technician to return to the office, fill out a form, and submit it to a safety officer. By the time the form is processed, the scene has changed, witnesses have left, and the details have faded. Mobile reporting captures the information while it is fresh, with photographic evidence and precise location data.
The app also supports compliance requirements. In regulated industries, safety incident reporting is not just a best practice. It is a legal requirement. The HSE Incident Reporter creates an auditable record with timestamps, GPS coordinates, and photographic evidence that satisfies most regulatory reporting requirements. The automatic routing to the safety officer ensures that incidents are reviewed and acted upon within required timeframes.
Work Order Assignment Controls and Technician Experience
MAS 9.1 and 9.2 have introduced significant improvements to how technicians interact with their work assignments. Technicians can now reassign or unassign work orders even after accepting the work. This flexibility is important because field conditions change. A technician may accept a work order, arrive at the site, and discover that they do not have the right parts or that the work requires a different skill set. Previously, this required a call to the dispatcher to reassign the work. Now the technician can reassign it directly from their mobile device.
The enhanced search capabilities introduced in MAS 9.1 make it easier for technicians to find their assignments. Advanced online search with filters by location, asset, status, and priority helps technicians locate specific work orders quickly. The ability to toggle between list, calendar, and map views provides different perspectives on the work backlog. The map view, which requires IBM Maximo Spatial, is particularly useful for field technicians who travel between sites because it shows the geographic distribution of their assignments and helps with route planning.
The materials and tools handling has also improved. When technicians need to issue a spare part in a work order, they can now select an asset and choose from the list of items defined as spare parts for that asset. This streamlines the parts identification process because the technician does not need to search the entire inventory catalog. They see only the parts relevant to the asset they are working on.
Technicians can now report the actual quantity and hours of rotating and non-rotating planned or issued tools for an approved work order. This improves the accuracy of tool usage tracking, which feeds into cost recovery and tool inventory management. The ability to report premium labor hours from the Report Work page allows organizations to track overtime and premium pay accurately.
The multiple assets and locations table is now accessible at the line level, streamlining the inspection process. When a technician is performing inspections on multiple assets, they can access the asset details for each line item without navigating away from the inspection form. This reduces the number of taps and screen transitions, which adds up to meaningful time savings across a day of inspections.
Meter readings have also been improved. Technicians can now add remarks related to meter readings, providing context that was previously lost. 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, technicians can see whether an actual or delta reading is required, reducing data entry errors.
Admin Console and Mobile Device Management
The centralized mobile admin console introduced in MAS 9.1 transforms how administrators manage Maximo Mobile deployments. Prior to this release, mobile configuration was distributed across multiple Maximo applications and system properties. The admin console brings these together into a single interface.
Administrators can now see which users are actively logged into Maximo Mobile, manage preloaded databases for offline usage, define query limits and filters for syncing records to mobile devices, deploy mobile configurations to user groups, and control app behavior and default values. The ability to deploy different configurations to different user groups is particularly valuable for large organizations with diverse field teams. A team of inspectors may need different data filters and default settings than a team of maintenance technicians.
Here is a reference for the admin console capabilities:
MOBILE ADMIN CONSOLE CAPABILITIES
----------------------------------------
User Monitoring:
- Active session list (who is logged in)
- Device information (platform, app version, last sync)
- Offline status indicatorData Management: - Preloaded database configuration per user group - Query limits (max records per sync) - Filter definitions per application - Attachment size limits
Configuration Deployment: - Per-group configuration profiles - Default values for common fields - Feature toggles (AI, voice, computer vision) - Push notification settings
Operational Controls: - Force sync for specific users - Clear local data cache - Disable specific applications per group - App version enforcement ```
The admin console also supports mobile device management integration. For organizations that use MDM solutions such as Microsoft Intune, VMware Workspace ONE, or IBM MaaS360, Maximo Mobile can be deployed and configured through the MDM platform. This simplifies large-scale deployments and ensures that security policies are enforced consistently across all mobile devices.
Practical Implications
Maximo Mobile in MAS 9.2 is a mature, capable field service application that rivals or exceeds third-party mobile solutions. The offline-first design makes it practical for industrial environments where connectivity is unreliable. The AI-assisted inspection capabilities reduce inspection time and improve data quality. The HSE Incident Reporter brings safety reporting into the digital age. And the centralized admin console makes large-scale deployments manageable.
For organizations still using Maximo 7.6 with third-party mobile solutions, the case for migrating to Maximo Mobile is strong. The integrated application eliminates the integration overhead and maintenance burden of third-party solutions. The AI capabilities and offline-first design are features that most third-party solutions do not offer. And the included licensing model removes the per-user cost barrier.
For organizations already on MAS 9.x, the key action is to ensure that technicians are taking advantage of the new capabilities. Many organizations deploy Maximo Mobile with a basic configuration and do not enable the AI-assisted features, HSE reporting, or advanced search. Reviewing the feature set and enabling capabilities that align with your field service workflows can deliver immediate value without additional licensing cost.
Bottom Line
Maximo Mobile in MAS 9.2 is the most capable field service application in the Maximo ecosystem's history. The combination of offline-first operation, AI-assisted inspections, HSE incident reporting, and centralized administration makes it a complete solution for field service management. Organizations that invest in configuring and deploying these capabilities will see measurable improvements in technician productivity, data quality, and safety incident response times. The application is included with your Maximo license, which means the only investment required is configuration and training.
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.2: Offline-First Field Service, AI-Assisted Inspections, and the HSE Incident Reporter. MaximoInsider. https://maximoinsider.com/articles/maximo-mobile-mas-9-2-field-service

