Federal Contractor

ADVANCED COMPUTER CONCEPTS, INC. Federal Contract Obligations (Last 5 Years)

ADVANCED COMPUTER CONCEPTS, INC. has received 5,720 federal award actions totaling $1.10 billion over the last 5 years, under CAGE 0L850 and UEI CGE8ABMZLZN9.

Recent obligations are concentrated in Department of the Navy work, with additional activity from DISA, the Department of the Air Force, the FBI, and the U.S. Patent and Trademark Office. Most obligations fall under NAICS 541519, Other Computer Related Services, which accounts for nearly all recorded spending in the period.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of readable FPDS obligation data and may include multiple award actions tied to the same contract or order.

CAGE Code
0L850
UEI
CGE8ABMZLZN9
Total Obligated
1.10 billion
1,097,505,129.94
Award Actions
5,720
Average Action Value
191,871.52

About ADVANCED COMPUTER CONCEPTS, INC. federal contract activity

ADVANCED COMPUTER CONCEPTS, INC. (CAGE 0L850, UEI CGE8ABMZLZN9) recorded $1.10 billion in obligations across 5,720 awards over the last 5 years, with an average award value of $191,871.52. The volume and value profile indicate a high-activity federal supplier with a large number of comparatively modest awards and a smaller set of higher-dollar obligations.

Agency mix and customer concentration

The Department of the Navy accounts for the largest share of obligated dollars at $548.46 million across 1,574 awards, more than half of the five-year total. DISA and the Department of the Air Force are the next largest customers, followed by the FBI and the U.S. Patent and Trademark Office, showing a customer base concentrated in defense and security-related agencies with some civilian demand.

Industry profile based on NAICS activity

Award activity is overwhelmingly concentrated in NAICS 541519, Other Computer Related Services, which represents $1.07 billion and 5,392 awards. The remaining obligations are spread across hardware and electronics manufacturing categories, led by Electronic Computer Manufacturing and Radio and Television Broadcasting and Wireless Communications Equipment Manufacturing, indicating a services-dominant profile with limited but material product-oriented work.

Annual contract trend over the analysis window

Annual obligations increased from $155.45 million in 2021 to $280.56 million in 2024, then eased to $244.11 million in 2025. Award counts followed the same general pattern, rising from 951 in 2021 to 1,274 in 2024 before declining slightly to 1,262 in 2025, suggesting sustained procurement throughput despite year-to-year fluctuations in dollars obligated.

How to interpret this page

This summary is based on FPDS obligation and award data for the last 5 years, aggregated to the vendor level using the provided CAGE code and UEI. Agency, NAICS, and annual figures reflect reported obligated dollars and award counts in the dataset; values are rounded where shown in readable form.

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 = '0L850'
        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
1700 DEPT OF THE NAVY 548,459,438.65 548.46 million 1,574
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 98,940,750.42 98.94 million 391
5700 DEPT OF THE AIR FORCE 79,113,303.56 79.11 million 587
1549 FEDERAL BUREAU OF INVESTIGATION 38,272,296.29 38.27 million 379
1344 US PATENT AND TRADEMARK OFFICE 29,351,158.34 29.35 million 80
1205 USDA, DEPARTMENTAL ADMINISTRATION 28,111,833.78 28.11 million 214
12D0 FARM PRODUCTION AND CONSERVATION BUSINESS CENTER 27,516,313.98 27.52 million 9
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 18,611,948.13 18.61 million 204
1501 OFFICES, BOARDS AND DIVISIONS 16,255,466.34 16.26 million 170
97DH DEFENSE HEALTH AGENCY (DHA) 14,811,157.17 14.81 million 50

Insight

Over the last 5 years, ADVANCED COMPUTER CONCEPTS, INC. received $1.10 billion across 5,720 awards, with obligations concentrated in a small set of agencies. The Department of the Navy accounted for the largest share at $548.46 million, or about half of total obligated dollars, followed by DISA at $98.94 million and the Department of the Air Force at $79.11 million. The remaining top agencies each represent materially smaller obligation volumes, indicating a heavy concentration in defense-related buying activity with a long tail of lower-dollar awards across civilian agencies.

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 = '0L850'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,067,493,477.95 1.07 billion 5,392
334111 ELECTRONIC COMPUTER MANUFACTURING 13,611,203.55 13.61 million 134
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 9,888,788.03 9.89 million 86
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 2,862,835.51 2.86 million 7
334310 AUDIO AND VIDEO EQUIPMENT MANUFACTURING 954,668.51 954.67 thousand 26
334210 TELEPHONE APPARATUS MANUFACTURING 564,208.56 564.21 thousand 12
332919 OTHER METAL VALVE AND PIPE FITTING MANUFACTURING 503,820.56 503.82 thousand 2
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 408,502.63 408.50 thousand 3
334112 COMPUTER STORAGE DEVICE MANUFACTURING 231,695.62 231.70 thousand 4
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 192,191.23 192.19 thousand 17

Insight

Over the last 5 years, ADVANCED COMPUTER CONCEPTS, INC. has received 1.10 billion across 5,720 awards, with spending highly concentrated in NAICS 541519 (Other Computer Related Services), which accounts for 1.07 billion and 5,392 awards. This indicates the vendor’s federal activity is overwhelmingly service-based, with 541519 representing roughly 97% of total obligated dollars. The remaining NAICS codes contribute comparatively small amounts, mainly in computer and communications manufacturing classifications, each well below 2% of total obligations.

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 = '0L850'
        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 244,106,279.86 244.11 million 1,262
2024 280,559,559.99 280.56 million 1,274
2023 246,208,698.06 246.21 million 1,231
2022 171,182,904.08 171.18 million 1,002
2021 155,447,687.95 155.45 million 951

Insight

ADVANCED COMPUTER CONCEPTS, INC. recorded $1.10 billion in obligations across 5,720 awards over the last 5 years, with an average award value of $191,871.52. Annual obligations increased from $155.45 million in 2021 to a peak of $280.56 million in 2024, then declined to $244.11 million in 2025, indicating a generally elevated but not linear funding pattern. Award volume followed a similar pattern, rising from 951 awards in 2021 to 1,274 in 2024 before easing to 1,262 in 2025, suggesting obligations are spread across a consistently high number of transactions rather than concentrated in a single year.

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.