Federal Contractor

DLT SOLUTIONS, LLC Federal Contract Obligations (Last Year)

DLT SOLUTIONS, LLC (CAGE 0S0H9, UEI F1N2KDGBDTU8) recorded 620 award actions and $271.80 million in obligations in the last full year.

DLT SOLUTIONS, LLC's federal award activity in the last full year was concentrated in the Department of the Navy, which accounted for $157.80 million across 282 actions. Most obligations were under NAICS 541519, Other Computer Related Services, with additional activity in electronic computer manufacturing, software publishing, and computing infrastructure services.

Generated at 03/21/2026

Analysis period: Last full year

Amounts and counts reflect the last full year analysis window and are based on readable obligation totals and award action counts provided for this vendor.

CAGE Code
0S0H9
UEI
F1N2KDGBDTU8
Total Obligated
271.80 million
271,800,257.51
Award Actions
620
Average Action Value
438,387.51

About DLT SOLUTIONS, LLC federal contract activity

DLT SOLUTIONS, LLC recorded $271.80 million in obligations across 620 awards in the last full year, for an average award value of $438,387.51. The vendor’s activity is concentrated in defense and federal IT-related procurement channels, indicating a high-volume recurring award profile rather than a small number of large transactions.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for the majority of obligated dollars at $157.80 million across 282 awards, or well over half of total spend. Additional activity was distributed across the DEPT OF THE AIR FORCE, OFFICES, BOARDS AND DIVISIONS, DEPT OF THE ARMY, and DISA, showing a defense-heavy customer base with some broader federal reach.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, dominated the portfolio with $227.99 million and 525 awards, making it the primary driver of vendor revenue. Smaller but still material obligations appeared under Electronic Computer Manufacturing, Software Publishers, and Computing Infrastructure Providers, reinforcing a business mix centered on IT services, software, and related technology support.

Annual contract trend over the analysis window

The annual trend shows $271.80 million obligated in 2025 across 620 awards, with no additional years in the analysis window to indicate change over time. As presented, the data supports a single-year snapshot of sustained procurement volume rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS obligation records attributed to DLT SOLUTIONS, LLC using the provided CAGE code 0S0H9 and UEI F1N2KDGBDTU8. The analysis window is the last full year, and amounts, counts, and category groupings reflect the supplied dataset only.

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 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
1700 DEPT OF THE NAVY 157,797,967.75 157.80 million 282
5700 DEPT OF THE AIR FORCE 24,781,298.78 24.78 million 37
1501 OFFICES, BOARDS AND DIVISIONS 21,259,488.41 21.26 million 14
2100 DEPT OF THE ARMY 17,588,207.37 17.59 million 69
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 12,983,164.59 12.98 million 23
4732 FEDERAL ACQUISITION SERVICE 6,986,868.04 6.99 million 7
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 4,776,354.10 4.78 million 8
97AS DEFENSE LOGISTICS AGENCY 4,454,377.29 4.45 million 7
5000 SECURITIES AND EXCHANGE COMMISSION 3,002,788.97 3.00 million 4
6955 FEDERAL TRANSIT ADMINISTRATION 2,670,056.19 2.67 million 22

Insight

DLT SOLUTIONS, LLC received $271.80 million across 620 awards in the last full year, with obligations concentrated in the Department of the Navy at $157.80 million and 282 awards, or about 58% of total obligated dollars. The Department of the Air Force, Offices, Boards and Divisions, and Department of the Army were the next largest buyers, indicating that most activity is concentrated in defense agencies. Outside the top four, obligations drop to $12.98 million or less per agency, suggesting a relatively steep decline in spending across the remaining customer base.

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 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
541519 OTHER COMPUTER RELATED SERVICES 227,986,215.30 227.99 million 525
334111 ELECTRONIC COMPUTER MANUFACTURING 25,539,337.96 25.54 million 28
511210 SOFTWARE PUBLISHERS 7,440,012.28 7.44 million 9
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 5,142,792.09 5.14 million 6
513210 SOFTWARE PUBLISHERS 4,843,918.48 4.84 million 20
921190 OTHER GENERAL GOVERNMENT SUPPORT 655,805.03 655.81 thousand 6
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 121,673.06 121.67 thousand 11
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 47,636.78 47.64 thousand 7
541310 ARCHITECTURAL SERVICES 13,323.32 13.32 thousand 1
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 6,214.20 6.21 thousand 1

Insight

DLT SOLUTIONS, LLC’s last full-year obligations are highly concentrated in NAICS 541519, which accounts for $227.99 million across 525 awards, or roughly 84% of total obligations ($271.80 million). The next largest categories—NAICS 334111 at $25.54 million and NAICS 511210 at $7.44 million—are materially smaller, indicating a steep drop-off after the primary labor/service code. Award activity is also concentrated in 541519, while the remaining NAICS codes are fragmented across relatively small dollar values and limited award counts, suggesting a broad but secondary mix of software, hosting, and related IT procurement.

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

Insight

For the last full year, DLT SOLUTIONS, LLC (CAGE 0S0H9) recorded $271.80 million in obligations across 620 awards, for an average award value of $438,387.51. The annual activity is concentrated in a single reported year, indicating that the current 1-year window captures one full period of obligational performance rather than a multi-year trend. The award count suggests a moderately distributed portfolio rather than reliance on a small number of very large awards.

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.