Federal Contractor

ADVANTAGED SOLUTIONS, INC. Federal Contract Obligations (Last 10 Years)

ADVANTAGED SOLUTIONS, INC. (CAGE 37NY3, UEI WD8KKTRJWAZ3) has 595 federal award actions totaling $1.62 billion over the last 10 years.

Federal procurement activity for ADVANTAGED SOLUTIONS, INC. is concentrated in the Defense Logistics Agency, which accounts for $1.28 billion across 372 actions, followed by the Department of the Navy at $254.59 million across 50 actions. The vendor's obligations also include work for CDC, DISA, and the Department of the Army, with annual obligations peaking at $314.69 million in 2024.

Generated at 03/21/2026

Analysis period: Last 10 years

This page summarizes the last 10 years of readable FPDS obligations and award counts; totals reflect obligated dollars and may include multiple action types.

CAGE Code
37NY3
UEI
WD8KKTRJWAZ3
Total Obligated
1.62 billion
1,616,185,809.70
Award Actions
595
Average Action Value
2,716,278.67

About ADVANTAGED SOLUTIONS, INC. federal contract activity

ADVANTAGED SOLUTIONS, INC. (CAGE 37NY3, UEI WD8KKTRJWAZ3) recorded 595 federal awards totaling 1.62 billion over the last 10 years, for an average award value of 2.72 million. The obligation profile indicates a substantial, sustained federal business base rather than isolated large awards.

Agency mix and customer concentration

The vendor’s obligations are highly concentrated in the DEFENSE LOGISTICS AGENCY, which accounts for 1.28 billion across 372 awards, or the clear majority of total spend. Secondary activity is concentrated with the DEPT OF THE NAVY at 254.59 million, followed by smaller but meaningful work with CDC and DISA, indicating a defense-heavy portfolio with limited civilian diversification.

Industry profile based on NAICS activity

The portfolio is led by NAICS 518210, with 652.64 million in obligations, and NAICS 511210, with 428.69 million, showing a strong tilt toward computing infrastructure and software publishing. Additional obligations in 333922, 443120, and 541519 suggest a mix that spans technology products, distribution, and related computer services.

Annual contract trend over the analysis window

Annual obligations peaked in 2024 at 314.69 million after a 2023 level of 219.31 million, then remained elevated in 2025 at 156.98 million year to date within the supplied window. The pattern shows meaningful year-to-year variation, but no sustained contraction across the most recent years provided.

How to interpret this page

This summary is based on FPDS award records for the last 10 years and uses obligated dollars and award counts as the primary measures. Agency and NAICS concentration are assessed from the supplied top-ranking segments, and the annual trend reflects the most recent years provided in the analysis window.

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 = '37NY3'
        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
97AS DEFENSE LOGISTICS AGENCY 1,281,452,078.38 1.28 billion 372
1700 DEPT OF THE NAVY 254,592,865.09 254.59 million 50
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 42,185,503.77 42.19 million 26
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 22,146,155.02 22.15 million 19
2100 DEPT OF THE ARMY 5,248,797.97 5.25 million 32
97DH DEFENSE HEALTH AGENCY (DHA) 4,061,548.74 4.06 million 11
5700 DEPT OF THE AIR FORCE 2,354,201.49 2.35 million 22
1205 USDA, DEPARTMENTAL ADMINISTRATION 2,113,205.78 2.11 million 26
97AZ DEFENSE COMMISSARY AGENCY (DECA) 1,039,204.40 1.04 million 5
9776 USTRANSCOM 493,763.60 493.76 thousand 4

Insight

Over the last 10 years, ADVANTAGED SOLUTIONS, INC. (CAGE 37NY3) received $1.62 billion across 595 awards, with obligations heavily concentrated at the Defense Logistics Agency, which accounts for $1.28 billion and 372 awards, or roughly 79% of total obligations. The Department of the Navy is a distant second at $254.59 million and 50 awards, while the remaining agencies each represent a relatively small share of total spend. This distribution indicates a strong dependence on a limited set of defense-related agencies, with only modest diversification into civilian customers such as CDC and USDA.

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 = '37NY3'
        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
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 652,643,792.03 652.64 million 55
511210 SOFTWARE PUBLISHERS 428,690,593.87 428.69 million 289
333922 CONVEYOR AND CONVEYING EQUIPMENT MANUFACTURING 282,908,338.09 282.91 million 37
443120 COMPUTER AND SOFTWARE STORES 169,075,091.65 169.08 million 48
541519 OTHER COMPUTER RELATED SERVICES 82,831,294.01 82.83 million 153
532420 OFFICE MACHINERY AND EQUIPMENT RENTAL AND LEASING 27,555.56 27.56 thousand 8
423420 OFFICE EQUIPMENT MERCHANT WHOLESALERS 9,869.12 9.87 thousand 3
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING -724.63 -724.63 2

Insight

Over the last 10 years, ADVANTAGED SOLUTIONS, INC. (CAGE 37NY3) has obligations concentrated in information technology-related NAICSs, led by 518210 at $652.64 million across 55 awards and 511210 at $428.69 million across 289 awards. These two NAICSs account for the majority of obligated dollars, while 333922 adds a substantial $282.91 million, indicating a materially concentrated award profile. Lower-dollar activity is spread across 443120 and 541519, with only minimal obligations in the remaining NAICSs, including a small negative amount in 334118.

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 = '37NY3'
        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 156,980,305.33 156.98 million 47
2024 314,686,025.85 314.69 million 45
2023 219,314,229.91 219.31 million 66
2022 239,041,713.82 239.04 million 45
2021 213,488,223.80 213.49 million 55
2020 184,246,901.02 184.25 million 55
2019 110,872,203.07 110.87 million 76
2018 77,685,172.89 77.69 million 84
2017 68,869,083.36 68.87 million 79
2016 31,001,950.65 31.00 million 43

Insight

Over the last 10 years, ADVANTAGED SOLUTIONS, INC. (CAGE 37NY3) obligated $1.62 billion across 595 awards, averaging about $2.72 million per award. Obligations increased materially from $31.00 million in 2016 to a peak of $314.69 million in 2024, indicating a sharp upward shift in contract volume and dollar value over the period. Activity is concentrated in the most recent years, with 2021 through 2025 accounting for the largest annual obligations, while award counts were highest in 2018-2019 despite lower dollar totals, suggesting a mix of smaller awards in earlier years and larger awards more recently.

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.