Federal Contractor

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

SMARTRONIX, INC. (CAGE 03MT8, UEI CMBKC2MHJFK5) received 1,048 federal award actions totaling $2.58 billion over the last 5 years.

SMARTRONIX, INC. shows its largest federal obligation volume with the Federal Acquisition Service, followed by the Department of the Navy and Departmental Offices. The award mix is concentrated in engineering and computer-related work, led by NAICS 541330, 541512, 541519, and 541990.

Generated at 03/21/2026

Analysis period: Last 5 years

This summary covers FPDS award actions in the last 5 years and reflects obligated dollars and counts as reported in the source data.

CAGE Code
03MT8
UEI
CMBKC2MHJFK5
Total Obligated
2.58 billion
2,584,850,341.26
Award Actions
1,048
Average Action Value
2,466,460.24

About SMARTRONIX, INC. federal contract activity

SMARTRONIX, INC. (CAGE 03MT8, UEI CMBKC2MHJFK5) recorded 1,048 awards totaling $2.58 billion across the last 5 years, with an average award value of $2.47 million. The obligation base is concentrated in a relatively small number of high-dollar actions, indicating a mix of recurring tasking and larger professional services procurements.

Agency mix and customer concentration

Federal Acquisition Service is the primary buying activity, accounting for $1.82 billion across 193 awards, or more than two-thirds of total obligations. The next-largest customers are the Department of the Navy at $500.87 million across 498 awards and Departmental Offices at $133.48 million across 200 awards, showing meaningful concentration but also a diversified federal customer base.

Industry profile based on NAICS activity

The portfolio is led by NAICS 541330, Engineering Services, with $1.28 billion and 415 awards, followed by 541990 at $712.11 million. Computer and technical service codes also remain material, including 541512 at $412.92 million and 541519 at $132.82 million, which points to a core capability set spanning engineering, systems design, and related technical support.

Annual contract trend over the analysis window

Annual obligations rose sharply in 2025 to $767.64 million, the highest year in the window, after $622.66 million in 2024. Prior years remained substantial but lower, ranging from $351.03 million in 2021 to $434.06 million in 2023, while award counts stayed broadly stable between 195 and 227 per year.

How to interpret this page

This summary is based on FPDS obligation data associated with CAGE 03MT8 and UEI CMBKC2MHJFK5 for the last 5 years. Top agencies, NAICS codes, and annual totals are ranked by total obligated dollars; average award value is calculated from total obligated divided by award count, and all figures reflect the provided dataset without extrapolation.

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 5 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 1,822,447,289.28 1.82 billion 193
1700 DEPT OF THE NAVY 500,867,312.66 500.87 million 498
1406 DEPARTMENTAL OFFICES 133,478,121.85 133.48 million 200
3600 VETERANS AFFAIRS, DEPARTMENT OF 53,208,338.52 53.21 million 10
2100 DEPT OF THE ARMY 31,744,768.41 31.74 million 51
9776 USTRANSCOM 30,681,629.95 30.68 million 15
5700 DEPT OF THE AIR FORCE 11,088,401.40 11.09 million 54
1549 FEDERAL BUREAU OF INVESTIGATION 5,175,000.00 5.17 million 2
955F CONSUMER FINANCIAL PROTECTION BUREAU 678,305.31 678.31 thousand 7
6955 FEDERAL TRANSIT ADMINISTRATION 503,181.00 503.18 thousand 2

Insight

Over the last 5 years, SMARTRONIX, INC. has 2.58 billion in obligated awards across 1,048 actions, with award volume heavily concentrated in the Federal Acquisition Service, which accounts for 1.82 billion across 193 awards, or roughly 71% of total obligations. The Dept of the Navy is the second-largest customer at 500.87 million across 498 awards, followed by Departmental Offices at 133.48 million across 200 awards, indicating a narrower set of high-dollar agency relationships alongside broader lower-value activity. The remaining agencies each represent materially smaller shares of total obligations, suggesting a portfolio dominated by a few agencies rather than evenly distributed demand.

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 5 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,275,918,506.10 1.28 billion 415
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 712,112,913.04 712.11 million 25
541512 COMPUTER SYSTEMS DESIGN SERVICES 412,915,383.00 412.92 million 268
541519 OTHER COMPUTER RELATED SERVICES 132,815,206.48 132.82 million 209
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 31,628,689.41 31.63 million 48
517110 WIRED TELECOMMUNICATIONS CARRIERS 7,704,742.70 7.70 million 46
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 6,392,371.14 6.39 million 14
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 4,597,177.39 4.60 million 17
334111 ELECTRONIC COMPUTER MANUFACTURING 765,352.00 765.35 thousand 6

Insight

Over the last 5 years, SMARTRONIX, INC. received $2.58 billion across 1,048 awards, with obligations concentrated in professional and technical NAICS codes. NAICS 541330, Engineering Services, is the largest category at $1.28 billion and 415 awards, followed by 541990 at $712.11 million, though the latter is concentrated in relatively few awards. Additional obligations are spread across 541512, 541519, and 541715, indicating a broader mix of systems design, computer-related services, and R&D support, with smaller amounts in telecommunications, programming, hosting, and computer manufacturing.

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 5 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

Insight

SMARTRONIX, INC. obligated 2.58 billion across 1,048 awards over the last 5 years, averaging about 2.47 million per award. Annual obligations increased steadily from 351.03 million in 2021 to 767.64 million in 2025, with the sharpest growth occurring in 2024 and 2025. Award volume remained relatively stable year to year, ranging from 195 to 227 awards, indicating that the increase in obligations was driven more by larger award values than by higher transaction counts.

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