Federal Contractor

MODERN TECHNOLOGY SOLUTIONS, INC. Federal Contract Obligations (Last Year)

MODERN TECHNOLOGY SOLUTIONS, INC. recorded 305 award actions and $454.04 million in obligated value during the last full year.

The vendor’s activity was concentrated with the Federal Acquisition Service, the Department of the Air Force, and Washington Headquarters Services, which together accounted for most obligations. By NAICS, the largest share was in research and development services under 541712 and 541715, with additional work in engineering services and custom computer programming.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes FPDS-observed obligations for the last full year using the vendor’s CAGE 0X988 and UEI R8KMUKAJRKJ6.

CAGE Code
0X988
UEI
R8KMUKAJRKJ6
Total Obligated
454.04 million
454,041,176.63
Award Actions
305
Average Action Value
1,488,659.59

About MODERN TECHNOLOGY SOLUTIONS, INC. federal contract activity

MODERN TECHNOLOGY SOLUTIONS, INC. recorded 454.04 million in obligated federal spending across 305 awards during the last full year, for an average award value of 1.49 million. The company’s obligation volume is concentrated in a relatively high-award-count profile, indicating sustained engagement across multiple procurement actions rather than reliance on a small number of large awards.

Agency mix and customer concentration

Spending is led by the FEDERAL ACQUISITION SERVICE at 293.50 million across 119 awards, accounting for the clear majority of total obligations. The next largest buyers are the DEPT OF THE AIR FORCE, WASHINGTON HEADQUARTERS SERVICES (WHS), MISSILE DEFENSE AGENCY (MDA), and DEPT OF THE ARMY, showing that the vendor’s activity is spread across civilian and defense customers with a strong concentration in federal acquisition channels.

Industry profile based on NAICS activity

The vendor’s largest NAICS category is 541712, RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY), with 293.82 million across 116 awards. Additional work is concentrated in 541715 and 541330, while smaller amounts appear in 541511 and 332993, indicating a portfolio centered on R&D and engineering services with some software and manufacturing activity.

Annual contract trend over the analysis window

The annual trend data provided shows 2025 as the full analysis year, with 454.04 million obligated over 305 awards. Because only one year is present, the dataset supports a single-period snapshot rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award-obligation data for the last full year and reflects reported total obligated amounts, award counts, and categorical rollups by agency and NAICS code. Totals and averages are not adjusted for inflation, and the analysis describes observed procurement activity only, without inferring contract performance or future award likelihood.

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 = '0X988'
        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 293,503,472.00 293.50 million 119
5700 DEPT OF THE AIR FORCE 72,133,543.31 72.13 million 80
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 45,803,984.98 45.80 million 37
97JC MISSILE DEFENSE AGENCY (MDA) 21,560,995.65 21.56 million 26
2100 DEPT OF THE ARMY 11,784,141.73 11.78 million 22
7014 U.S. CUSTOMS AND BORDER PROTECTION 6,354,644.74 6.35 million 5
1700 DEPT OF THE NAVY 2,099,221.96 2.10 million 8
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,311,491.44 1.31 million 5
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 0.00 0.00 2
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -510,319.18 -510.32 thousand 1

Insight

MODERN TECHNOLOGY SOLUTIONS, INC. received 454.04 million across 305 awards in the last full year, with obligations heavily concentrated at the Federal Acquisition Service, which accounted for 293.50 million across 119 awards, or roughly 65% of total obligated dollars. The next largest funding sources were the Department of the Air Force (72.13 million, 80 awards), Washington Headquarters Services (45.80 million, 37 awards), and the Missile Defense Agency (21.56 million, 26 awards), indicating a defense-heavy customer base with significant pass-through or shared-services activity. Remaining agencies were comparatively fragmented and much smaller in value, and the presence of zero and negative obligations at DARPA and DCMA suggests some adjustment activity within the 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 = '0X988'
        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
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 293,820,232.30 293.82 million 116
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 112,645,908.61 112.65 million 124
541330 ENGINEERING SERVICES 36,025,295.71 36.03 million 55
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,282,299.93 8.28 million 5
332993 AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING 3,267,440.08 3.27 million 5

Insight

During the last full year, MODERN TECHNOLOGY SOLUTIONS, INC. received $454.04 million across 305 awards, with obligations concentrated in R&D-related NAICS codes. NAICS 541712 accounted for $293.82 million across 116 awards, and NAICS 541715 added $112.65 million across 124 awards, together representing the vast majority of obligated dollars. Engineering services (541330) contributed a smaller $36.03 million across 55 awards, while 541511 and 332993 were marginal by dollar value, indicating a narrow spend profile centered on physical sciences and engineering R&D.

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 = '0X988'
        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 454,041,176.63 454.04 million 305

Insight

For the last full year, MODERN TECHNOLOGY SOLUTIONS, INC. (CAGE 0X988) recorded $454.04 million in obligated value across 305 awards, with an average award value of $1.49 million. With only one annual data point in the 1-year window, no year-over-year trend can be assessed; the available data indicate a materially active award pattern over the period. Obligations are spread across a relatively large number of awards, suggesting distributed procurement activity rather than reliance on a small number of actions.

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.