Federal Contractor

DLT SOLUTIONS, LLC Federal Contract Obligations (Last 10 Years)

DLT SOLUTIONS, LLC (CAGE 0S0H9, UEI F1N2KDGBDTU8) recorded $2.81 billion across 12,198 federal award actions over the last 10 years.

Federal procurement records show DLT SOLUTIONS, LLC concentrated most of its obligated value with the Department of the Navy, followed by the Department of the Army, DISA, and the Department of the Air Force. The company’s activity is dominated by computer-related services and software publishing, with annual obligations in the 2021-2025 period remaining in the low-to-mid hundreds of millions of dollars.

Generated at 03/21/2026

Analysis period: Last 10 years

This page summarizes FPDS award data for the last 10 years and reflects obligated amounts, award counts, and NAICS and agency distributions as provided.

CAGE Code
0S0H9
UEI
F1N2KDGBDTU8
Total Obligated
2.81 billion
2,813,611,834.39
Award Actions
12,198
Average Action Value
230,661.73

About DLT SOLUTIONS, LLC federal contract activity

DLT SOLUTIONS, LLC, identified by CAGE 0S0H9 and UEI F1N2KDGBDTU8, recorded 2.81 billion in obligated contract value across 12,198 awards over the last 10 years. The average award value was 230,661.73, indicating a high-volume procurement profile with broad recurring activity across federal buyers.

Agency mix and customer concentration

Obligations are concentrated in defense and defense-adjacent organizations, led by the DEPT OF THE NAVY at 1.30 billion across 4,104 awards. Additional major demand came from the DEPT OF THE ARMY, DISA, the DEPT OF THE AIR FORCE, and OFFICES, BOARDS AND DIVISIONS, showing a customer base anchored in mission-critical IT and support procurement rather than a single-agency dependence.

Industry profile based on NAICS activity

The vendor’s NAICS profile is dominated by 541519 OTHER COMPUTER RELATED SERVICES, which accounts for 1.97 billion and 9,411 awards, making it the primary driver of the portfolio. Smaller but material activity appears under 511210 SOFTWARE PUBLISHERS and 334111 ELECTRONIC COMPUTER MANUFACTURING, with additional resale/distribution activity in 423430 and limited follow-on activity under 513210.

Annual contract trend over the analysis window

Annual obligations have remained in a relatively steady band in recent years, ranging from 227.36 million in 2022 to 312.94 million in 2021, with 2024 and 2025 each near 272 million. Award counts also remain elevated, with 620 to 900 awards per year in the five most recent years shown, consistent with sustained transaction volume rather than sporadic large-value spikes.

How to interpret this page

This summary is based on FPDS award records attributed to CAGE 0S0H9 and UEI F1N2KDGBDTU8 over the last 10 years. Agency, NAICS, and annual views reflect obligated dollars and award counts reported in the provided dataset; figures are not adjusted for inflation and may reflect modifications, task orders, or multiple award actions captured in FPDS.

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 = '0S0H9'
        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
1700 DEPT OF THE NAVY 1,295,402,791.04 1.30 billion 4,104
2100 DEPT OF THE ARMY 300,979,071.79 300.98 million 1,634
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 276,098,379.90 276.10 million 489
5700 DEPT OF THE AIR FORCE 207,751,372.25 207.75 million 1,214
1501 OFFICES, BOARDS AND DIVISIONS 146,198,291.91 146.20 million 224
2800 SOCIAL SECURITY ADMINISTRATION 60,469,680.89 60.47 million 119
2050 INTERNAL REVENUE SERVICE 44,229,038.64 44.23 million 162
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 32,628,430.54 32.63 million 84
1900 STATE, DEPARTMENT OF 31,973,391.82 31.97 million 194
4732 FEDERAL ACQUISITION SERVICE 29,166,434.14 29.17 million 60

Insight

Over the last 10 years, DLT SOLUTIONS, LLC obligated $2.81 billion across 12,198 awards, with spend concentrated in a small set of agencies. The Department of the Navy accounts for $1.30 billion and 4,104 awards, or about 46% of total obligated dollars, making it the clear primary customer. The Department of the Army, DISA, and the Department of the Air Force are the next largest buyers, indicating a strong defense-heavy distribution, while all remaining top agencies are materially smaller and individually below $150 million.

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 = '0S0H9'
        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
541519 OTHER COMPUTER RELATED SERVICES 1,968,062,197.54 1.97 billion 9,411
511210 SOFTWARE PUBLISHERS 594,526,226.40 594.53 million 1,248
334111 ELECTRONIC COMPUTER MANUFACTURING 164,797,951.78 164.80 million 821
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 48,778,133.10 48.78 million 330
513210 SOFTWARE PUBLISHERS 14,243,220.86 14.24 million 78
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 8,382,254.23 8.38 million 36
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 3,559,490.01 3.56 million 59
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 2,920,878.55 2.92 million 52
921190 OTHER GENERAL GOVERNMENT SUPPORT 2,873,481.53 2.87 million 10
541330 ENGINEERING SERVICES 2,229,955.22 2.23 million 12

Insight

Over the last 10 years, DLT SOLUTIONS, LLC’s obligations are highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $1.97 billion across 9,411 awards, or the clear majority of the vendor’s $2.81 billion total. The next largest category, NAICS 511210, Software Publishers, is materially smaller at $594.53 million and 1,248 awards, indicating a strong secondary software-focused concentration. Remaining NAICS codes each represent a relatively small share of obligations, with no other category exceeding $164.80 million, suggesting a broad but shallow distribution beyond the top two sectors.

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 = '0S0H9'
        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 271,800,257.51 271.80 million 620
2024 272,042,941.40 272.04 million 732
2023 245,548,323.04 245.55 million 762
2022 227,361,140.31 227.36 million 900
2021 312,939,867.05 312.94 million 1,136
2020 327,873,600.21 327.87 million 1,338
2019 343,079,529.73 343.08 million 1,531
2018 345,342,328.78 345.34 million 2,037
2017 331,273,752.10 331.27 million 2,243
2016 136,350,094.26 136.35 million 899

Insight

DLT SOLUTIONS, LLC (CAGE 0S0H9) has $2.81 billion in obligations across 12,198 awards over the last 10 years, with an average award value of $230,661.73. Annual obligations were elevated and relatively stable from 2017 through 2020, ranging from $327.87 million to $345.34 million, then declined in 2021–2023 to $227.36 million–$312.94 million before holding near $272 million in 2024–2025. Award volume has generally trended downward from a peak of 2,243 in 2017 to 620 in 2025, indicating fewer awards at a broadly sustained obligation level in recent years.

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.