Federal Contractor

SMARTRONIX, INC. Federal Contract Obligations (Last 10 Years)

SMARTRONIX, INC. (CAGE 03MT8, UEI CMBKC2MHJFK5) has $3.85 billion in readable obligations across 1,971 award actions over the last 10 years.

SMARTRONIX, INC. has a federal procurement footprint centered on the Federal Acquisition Service, the Department of the Navy, and Departmental Offices, with smaller volumes from Veterans Affairs and the Department of the Air Force. Its obligations are concentrated in engineering services and computer systems design, with recent annual totals remaining above $350 million each year from 2021 through 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

This page summarizes the last 10 years of FPDS award action data and uses readable totals based on the provided obligated amounts.

CAGE Code
03MT8
UEI
CMBKC2MHJFK5
Total Obligated
3.85 billion
3,847,728,722.98
Award Actions
1,971
Average Action Value
1,952,170.83

About SMARTRONIX, INC. federal contract activity

SMARTRONIX, INC. recorded $3.85 billion in obligated federal spending across 1,971 awards over the last 10 years, with an average award value of $1.95 million. The profile indicates a large, sustained contracting footprint with activity concentrated in recurring service and IT support awards.

Agency mix and customer concentration

Federal Acquisition Service is the dominant customer, accounting for $2.67 billion across 357 awards, which makes the vendor heavily dependent on this buying office. The next largest relationships are with the Department of the Navy at $624.20 million across 732 awards and Departmental Offices at $197.25 million across 379 awards, followed by Veterans Affairs at $153.01 million and the Department of the Air Force at $70.47 million.

Industry profile based on NAICS activity

Award dollars are concentrated in engineering and IT-related service categories. NAICS 541330 Engineering Services leads with $1.76 billion, followed by 541512 Computer Systems Design Services at $992.27 million and 541990 All Other Professional, Scientific, and Technical Services at $712.11 million; 541519 Other Computer Related Services and 517110 Wired Telecommunications Carriers round out the top five.

Annual contract trend over the analysis window

The annual pattern in the provided period shows strong recent funding levels, with $767.64 million in 2025 and $622.66 million in 2024. Award counts remain relatively stable year to year, while obligations peaked in 2025 among the years provided, indicating continued demand rather than a single one-time surge.

How to interpret this page

This summary is based on FPDS award data for SMARTRONIX, INC. matched to CAGE 03MT8 and UEI CMBKC2MHJFK5 over the last 10 years. Figures reflect obligated dollars and award counts in the supplied overview, agency, NAICS, and annual trend datasets; no additional sources or assumptions were used.

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 10 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 2,665,515,128.47 2.67 billion 357
1700 DEPT OF THE NAVY 624,204,224.79 624.20 million 732
1406 DEPARTMENTAL OFFICES 197,247,767.12 197.25 million 379
3600 VETERANS AFFAIRS, DEPARTMENT OF 153,012,696.66 153.01 million 23
5700 DEPT OF THE AIR FORCE 70,468,970.98 70.47 million 194
9776 USTRANSCOM 35,896,784.44 35.90 million 18
2036 BUREAU OF THE FISCAL SERVICE 33,457,367.62 33.46 million 87
2100 DEPT OF THE ARMY 32,828,245.28 32.83 million 67
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 13,458,453.49 13.46 million 14
955F CONSUMER FINANCIAL PROTECTION BUREAU 9,512,862.10 9.51 million 23

Insight

Over the last 10 years, SMARTRONIX, INC. (CAGE 03MT8) has obligated $3.85 billion across 1,971 awards, with spending concentrated at the Federal Acquisition Service, which accounts for $2.67 billion and 357 awards. The Department of the Navy is the second-largest customer at $624.20 million across 732 awards, while Departmental Offices adds $197.25 million across 379 awards, indicating a broader but much smaller secondary base. Remaining agencies each represent materially smaller shares, with most obligations dispersed across multiple federal buyers rather than a single-award pattern.

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 10 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
541330 ENGINEERING SERVICES 1,757,381,514.27 1.76 billion 560
541512 COMPUTER SYSTEMS DESIGN SERVICES 992,265,911.07 992.27 million 463
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 712,112,913.04 712.11 million 25
541519 OTHER COMPUTER RELATED SERVICES 245,319,289.09 245.32 million 522
517110 WIRED TELECOMMUNICATIONS CARRIERS 65,129,797.02 65.13 million 174
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 31,629,189.41 31.63 million 49
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 22,541,051.64 22.54 million 55
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 15,292,223.29 15.29 million 32
334111 ELECTRONIC COMPUTER MANUFACTURING 3,434,089.27 3.43 million 37
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 1,067,536.88 1.07 million 7

Insight

Over the last 10 years, SMARTRONIX, INC. (CAGE 03MT8) received $3.85 billion across 1,971 awards, with obligations concentrated in engineering and IT-related services. NAICS 541330 Engineering Services is the largest category at $1.76 billion, followed by 541512 Computer Systems Design Services at $992.27 million and 541990 Other Professional, Scientific, and Technical Services at $712.11 million; these three categories account for the preponderance of obligated value. Award volume is more distributed than dollars, with 541519 Other Computer Related Services at 522 awards and 541512 at 463 awards, while 541990 has comparatively few awards but substantial obligated value, indicating larger average awards in that category.

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 10 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
2024 622,660,702.54 622.66 million 196
2023 434,056,402.71 434.06 million 219
2022 409,468,749.60 409.47 million 227
2021 351,028,731.95 351.03 million 211
2020 384,790,144.33 384.79 million 207
2019 290,108,703.29 290.11 million 207
2018 286,468,225.97 286.47 million 222
2017 271,741,623.73 271.74 million 224
2016 29,769,684.40 29.77 million 63

Insight

SMARTRONIX, INC. has obligations of $3.85 billion across 1,971 awards over the last 10 years, with an average award value of about $1.95 million. Funding is concentrated in the most recent two fiscal years, with 2025 at $767.64 million and 2024 at $622.66 million, together representing more than one-third of the 10-year total. From 2017 through 2022, annual obligations were relatively steady in the $271.74 million to $409.47 million range, then increased sharply in 2023–2025, indicating a recent upward shift in award volume.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.