SMARTRONIX, INC. recorded $767,635,754.46 in obligated federal awards across 195 actions in the last full year, for an average action value of $3,936,593.61. Most of the dollar volume came from the Federal Acquisition Service, with additional obligations from the Department of the Navy and the Department of the Army.
Federal Contractor
SMARTRONIX, INC. Federal Contract Obligations (Last Year)
SMARTRONIX, INC. (CAGE 03MT8, UEI CMBKC2MHJFK5) received 195 award actions totaling $767.64 million in the last full year.
Amounts reflect obligated federal spending for the selected analysis window and may differ from later updates or deobligations.
About SMARTRONIX, INC. federal contract activity
SMARTRONIX, INC. recorded 767.64 million in obligated dollars across 195 awards in the last full year, with an average award value of 3.94 million. The vendor’s federal activity is concentrated in a relatively small number of high-value actions, indicating a mix of large task or delivery orders alongside a broader base of smaller awards.
Agency mix and customer concentration
The Federal Acquisition Service accounted for most of the vendor’s obligated dollars at 684.10 million across 38 awards, making it the dominant buying activity in the period. The Department of the Navy was the next-largest customer by award volume with 105 awards and 70.22 million obligated, while the Department of the Army, FBI, and Departmental Offices contributed smaller shares.
Industry profile based on NAICS activity
Obligations were heavily concentrated in NAICS 541990, All Other Professional, Scientific, and Technical Services, which represented 674.43 million of the total. Secondary activity appeared in computer and engineering-related codes, led by 541512, 541330, 541715, and 541519, suggesting work spanning systems design, engineering support, R&D, and related technical services.
Annual contract trend over the analysis window
The analysis window includes one annual observation for 2025, so the dataset does not support a multi-year trend assessment. For that year, SMARTRONIX, INC. obligateed 767.64 million across 195 awards, establishing the baseline level of activity for the period examined.
How to interpret this page
This profile uses FPDS award records tied to SMARTRONIX, INC. through CAGE 03MT8 and UEI CMBKC2MHJFK5 for the last full year. Totals reflect obligated dollars and award counts as reported in the source dataset; agency and NAICS summaries are ranked by obligated value.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MT8'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 4732 | FEDERAL ACQUISITION SERVICE | 684,096,187.95 | 684.10 million | 38 |
| 1700 | DEPT OF THE NAVY | 70,220,403.29 | 70.22 million | 105 |
| 2100 | DEPT OF THE ARMY | 9,864,814.00 | 9.86 million | 13 |
| 1549 | FEDERAL BUREAU OF INVESTIGATION | 5,175,000.00 | 5.17 million | 2 |
| 1406 | DEPARTMENTAL OFFICES | 3,187,873.65 | 3.19 million | 32 |
| 9776 | USTRANSCOM | -232,507.75 | -232.51 thousand | 1 |
| 5700 | DEPT OF THE AIR FORCE | -4,676,016.68 | -4.68 million | 4 |
Insight
Over the last full year, SMARTRONIX, INC. obligated 767.64 million across 195 awards, with spending highly concentrated in the Federal Acquisition Service, which accounted for 684.10 million across 38 awards. The Department of the Navy was the next largest agency at 70.22 million across 105 awards, indicating a much higher award count but substantially lower dollar concentration than FAS. The remaining agencies were comparatively minor, with the Department of the Army, FBI, and Departmental Offices each contributing under 10 million, while USTRANSCOM and the Department of the Air Force posted negative obligations in this period.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MT8'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 541990 | ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES | 674,434,011.52 | 674.43 million | 22 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | 47,360,600.11 | 47.36 million | 37 |
| 541330 | ENGINEERING SERVICES | 32,521,979.61 | 32.52 million | 84 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 9,864,814.00 | 9.86 million | 13 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 7,265,433.96 | 7.27 million | 30 |
| 518210 | COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES | 1,388,578.68 | 1.39 million | 7 |
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | -232,507.75 | -232.51 thousand | 1 |
| 517110 | WIRED TELECOMMUNICATIONS CARRIERS | -4,967,155.67 | -4.97 million | 1 |
Insight
SMARTRONIX, INC. had $767.64 million obligated across 195 awards in the last full year, with obligations highly concentrated in NAICS 541990, which accounts for $674.43 million across 22 awards, or roughly 88% of total obligated dollars. The remaining obligations are distributed across several IT and engineering-related NAICS, led by 541512 ($47.36 million, 37 awards), 541330 ($32.52 million, 84 awards), and 541715 ($9.86 million, 13 awards), indicating a broader but much smaller secondary mix. Negative obligations in 541511 and 517110 reduced total value in those categories and suggest contract adjustments or deobligations within the period.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '03MT8'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 767,635,754.46 | 767.64 million | 195 |
Insight
Over the last full year, SMARTRONIX, INC. (CAGE 03MT8) received $767.64 million in obligated value across 195 awards, for an average award value of about $3.94 million. The activity is fully concentrated in FY 2025 within the 1-year window provided, indicating no multi-year distribution in this view. This pattern suggests a relatively high-volume award profile with obligations spread across a moderate number of actions rather than concentrated in a small number of awards.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.